bashofmann/NeuVector Image Scan

Scans a container image for vulnerabilities with [NeuVector](https://neuvector.com)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 15, 2022
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: bashofmann/neuvector-image-scan-action@5437a397f4042df12123c2a4a01d8d8005a561b8 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
image-registryRegistry of the image to scan, e.g. `https://registry.organization.com/`no""
image-registry-usernameUsername for the registry authenticationno""
image-registry-passwordPassword for the registry authenticationno""
image-repositoryRepository of the image to scan, e.g. `org/image-name`yes
image-tagTag of the image to scan, e.g. `1.0.0`yes
min-high-cves-to-failMinimum CVEs with high severity to fail the jobno0
min-medium-cves-to-failMinimum CVEs with medium severity to fail the jobno0
cve-names-to-failComma-separated list of CVE names that make the job fail, e.g. `CVE-2021-4160,CVE-2022-0778no""
nv-scanner-imageNeuVector Scanner image to use for scanningnoneuvector/scanner:latest
outputOutput format, one of: `text`, `json`, `csv`notext
debugDebug mode, on of: `true`, `false`nofalse
namedescription
vulnerability_countNumber of found vulnerabilities
high_vulnerability_countNumber of found vulnerabilities with high severity
medium_vulnerability_countNumber of found vulnerabilities with medium severity