accuknox/AccuKnox Container Scan

Run AccuKnox Container Security scan on a container image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 25, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: accuknox/container-scan-action@6bed7e2ed5b6ec0ba0fe53cfe3d95792fe46d6eb # v1.1.0

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

namedescriptionrequireddefault
dockerfile_contextThe context of the Dockerfile to use for building the image (optional if image already exists).noDockerfile
accuknox_tokenThe token for authenticating with the admin panel.yes
accuknox_labelThe label created in AccuKnox SaaS for associating scan results.yes
accuknox_endpointThe URL of the admin panel to push the scan results to.yes
image_nameDocker image name to scanyes
tagDocker image tag (optional)nolatest
severityComma-separated severities: UNKNOWN, LOW, MEDIUM, HIGH, CRITICALnoUNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
soft_failDo not return an error code if there are failed checksnofalse
generate_sbomGenerate Software Bill of Materials (SBOM) instead of vulnerability scannofalse
project_nameProject name (AccuKnox entity) - Required for SBOM uploadsno""
upload_resultsUpload scan results as GitHub artifactnotrue

no outputs