Skip to content

Comments

PR workflow for SDLE scans#60

Open
vhpintel wants to merge 3 commits intoopea-project:mainfrom
vhpintel:main
Open

PR workflow for SDLE scans#60
vhpintel wants to merge 3 commits intoopea-project:mainfrom
vhpintel:main

Conversation

@vhpintel
Copy link
Contributor

Workflow to scan the code for Security vulnerabilities and Code quality issues. This PR has the workflow with all the below scans tested.
Trivy Scan
Bandit Scan
ShellCheck Scan

Workflow to scan the code for Security vulnerabilities and Code quality issues
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a GitHub Actions workflow intended to run SDLE security/code-quality scans (Trivy, Bandit, ShellCheck) on PRs, pushes to main, and manual dispatch.

Changes:

  • Introduces a new workflow .github/workflows/code-scans.yaml with three scan jobs (Trivy FS/image, Bandit, ShellCheck).
  • Uploads scan outputs as workflow artifacts for later inspection.
  • Adds concurrency control to avoid overlapping runs per PR/ref.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@psurabh psurabh left a comment

Choose a reason for hiding this comment

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

Please apply the copilot changes,

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.

2 participants