gnfortress/Docker Security Scanner by GnFortress
⚡ Enterprise-grade Docker security scanning in 5 minutes - Trusted by Fortune 500 companies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker image to scan (e.g., nginx:latest, myapp:1.0.0) | yes | — |
| slack-webhook | Slack webhook URL for notifications | no | — |
| github-token | GitHub token for PR comments | no | ${{ github.token }} |
| severity-threshold | Minimum severity to report (LOW, MEDIUM, HIGH, CRITICAL) | no | MEDIUM |
| fail-on-critical | Fail the action if critical vulnerabilities found | no | false |
| output-format | Output format (table, json, sarif) | no | table |
| trivy-version | Trivy version to use | no | latest |
| cache-enabled | Enable Trivy cache for faster scans | no | true |
Outputs
| name | description |
|---|---|
| scan-result | JSON string of complete scan results |
| vulnerability-count | Total number of vulnerabilities found |
| critical-count | Number of critical vulnerabilities |
| high-count | Number of high severity vulnerabilities |
| medium-count | Number of medium severity vulnerabilities |
| low-count | Number of low severity vulnerabilities |
| scan-status | Overall scan status (success, warning, failure) |
| report-url | URL to detailed security report |