accuknox/AccuKnox Container Scan
Run AccuKnox Container Security scan on a container image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 25, 2026
- License
- Apache 2.0
Pinned Snippet
uses: accuknox/container-scan-action@6bed7e2ed5b6ec0ba0fe53cfe3d95792fe46d6eb # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerfile_context | The context of the Dockerfile to use for building the image (optional if image already exists). | no | Dockerfile |
| accuknox_token | The token for authenticating with the admin panel. | yes | — |
| accuknox_label | The label created in AccuKnox SaaS for associating scan results. | yes | — |
| accuknox_endpoint | The URL of the admin panel to push the scan results to. | yes | — |
| image_name | Docker image name to scan | yes | — |
| tag | Docker image tag (optional) | no | latest |
| severity | Comma-separated severities: UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL | no | UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL |
| soft_fail | Do not return an error code if there are failed checks | no | false |
| generate_sbom | Generate Software Bill of Materials (SBOM) instead of vulnerability scan | no | false |
| project_name | Project name (AccuKnox entity) - Required for SBOM uploads | no | "" |
| upload_results | Upload scan results as GitHub artifact | no | true |
Outputs
no outputs