-
Notifications
You must be signed in to change notification settings - Fork 98
add grype scan action. enable for 1 scan job in alpha build for testing #5267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
…se, but its not on dockerhub yet
What this PR does / why we need it:
Updates to how we run security scans on images
scan-image
alpha.yaml
workflow uses the newscan-image
action, with feature parity we previously hadproperties
section, which is intended to be used a customizable field per the Sarif specdaily-image-scans.yml
is used to run daily scans on the existing images we have published on dockerhub (only the most recent 'versioned' release. Meaning we don't scan the nightly or alpha releases with this job.Which issue(s) this PR fixes:
NONE
Does this PR require a test?
NONE
Does this PR require a release note?
Does this PR require documentation?
NONE