neuvector/NeuVector Vulnerability Scan Action

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
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(without spaces between the entries) that make the job fail, e.g. `CVE-2021-4160,CVE-2022-0778no""
cve-names-to-exemptComma-separated list of CVE names(without spaces between the entries) that exempt 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