opensecdevops/OSDO Container Security Scan

Comprehensive container security scanning including image vulnerabilities, Dockerfile linting, and SBOM generation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 21, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: opensecdevops/osdo-container-scan@53cc9925638e77ba89702036e0716a9913d7b280 # v2.0.0

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

namedescriptionrequireddefault
image-nameContainer image name to scanyes
image-tagContainer image tagnolatest
dockerfile-pathPath to Dockerfile for lintingno./Dockerfile
scannersScanners to use (trivy, grype, all)notrivy
enable-dockerfile-lintEnable Dockerfile linting with Hadolintnotrue
enable-sbomGenerate SBOM for containernofalse
severity-thresholdMinimum severity to report (LOW, MEDIUM, HIGH, CRITICAL)noMEDIUM
fail-on-criticalFail if critical vulnerabilities foundnotrue
results-dirDirectory to store resultsno.osdo/results
namedescription
vulnerabilities-foundTotal vulnerabilities found
critical-countCritical vulnerabilities count
high-countHigh vulnerabilities count
dockerfile-issuesDockerfile linting issues found
sbom-pathPath to generated SBOM