actions-marketplace-validations/Container image scan

Scan container images for vulnerabilities and CIS guidelines

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 8, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/azure_container-scan@99cfdbc2165777480795657ffb45ba4c26609109 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
image-nameDocker image to scanyes
severity-threshold(Optional) Minimum severity threshold set to control flagging of the vulnerabilities found during the scan. The available levels are: (UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL); if you set the severity-threshold to be `MEDIUM` every CVE found of a level higher than or equal to `MEDIUM` would be displayednoHIGH
usernameUsername to authenticate to the Docker registryno
passwordPassword to authenticate to the Docker registryno
tokenGithub tokenyes${{ github.token }}
trivy-versionVersion of Trivy to runnolatest
run-quality-checksAdd additional checks to ensure the image is secure and follows best practices and CIS standardsnotrue
namedescription
scan-report-pathFile path where the scan results are stored
check-run-urlURL of the check run. Overview about finding of vulnerabilities and best-practices.