Skip to content

Add Kubesec workflow for security scanning - #287

Open
drdave-flexnetos wants to merge 4 commits into
mainfrom
FlexNetOS-patch-2-6
Open

Add Kubesec workflow for security scanning#287
drdave-flexnetos wants to merge 4 commits into
mainfrom
FlexNetOS-patch-2-6

Conversation

@drdave-flexnetos

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 6, 2025 00:12

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +29 to +33
- name: Run kubesec scanner
uses: controlplaneio/kubesec-action@43d0ddff5ffee89a6bb9f29b64cd865411137b14
with:
input: file.yaml # specify configuration file to scan here
format: template

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Kubesec job targets non-existent manifest

The workflow hardcodes input: file.yaml, but this repository does not contain that file (find . -name 'file.yaml' returns nothing), so the kubesec action will attempt to scan a missing path and the step will fail before producing SARIF on every push/PR/scheduled run. The scanner never reaches real manifests, so the new security job provides no coverage.

Useful? React with 👍 / 👎.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants