dtcenter/Docker Security Scan

Install Syft/Grype and scan Docker images for vulnerabilities

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imagesJSON array of Docker images to scan (e.g., ["image1:tag", "image2:tag"])yes
fail-on-criticalWhether to fail the action if any Critical CVEs are foundnofalse
fail-on-highWhether to fail the action if any High CVEs are foundnofalse
upload-logsWhether to upload scan logs as artifactsnotrue
log-artifact-nameName for the uploaded log artifactnosecurity-scan-logs
namedescription
scan-statusStatus of the security scan: 0=success, 1=CVE threshold exceeded, 2=scan failure