gnfortress/Docker Security Scanner by GnFortress

⚡ Enterprise-grade Docker security scanning in 5 minutes - Trusted by Fortune 500 companies

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageDocker image to scan (e.g., nginx:latest, myapp:1.0.0)yes
slack-webhookSlack webhook URL for notificationsno
github-tokenGitHub token for PR commentsno${{ github.token }}
severity-thresholdMinimum severity to report (LOW, MEDIUM, HIGH, CRITICAL)noMEDIUM
fail-on-criticalFail the action if critical vulnerabilities foundnofalse
output-formatOutput format (table, json, sarif)notable
trivy-versionTrivy version to usenolatest
cache-enabledEnable Trivy cache for faster scansnotrue
namedescription
scan-resultJSON string of complete scan results
vulnerability-countTotal number of vulnerabilities found
critical-countNumber of critical vulnerabilities
high-countNumber of high severity vulnerabilities
medium-countNumber of medium severity vulnerabilities
low-countNumber of low severity vulnerabilities
scan-statusOverall scan status (success, warning, failure)
report-urlURL to detailed security report