Skip to content
Snippets Groups Projects
Commit 9861bbf8 authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch '93-trivy-option-vuln-type-is-deprecated' into 'master'

Resolve "Trivy option --vuln-type is deprecated"

Closes #93

See merge request to-be-continuous/docker!128
parents fb54cf5f 76d0f3f5
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@
{
"name": "DOCKER_TRIVY_ARGS",
"description": "Additional `trivy client` arguments",
"default": "--ignore-unfixed --vuln-type os --exit-on-eol 1 --detection-priority comprehensive",
"default": "--ignore-unfixed --pkg-types os --exit-on-eol 1 --detection-priority comprehensive",
"advanced": true
},
{
......
......@@ -172,7 +172,7 @@ spec:
default: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
trivy-args:
description: Additional `trivy client` arguments
default: --ignore-unfixed --vuln-type os --exit-on-eol 1 --detection-priority comprehensive
default: --ignore-unfixed --pkg-types os --exit-on-eol 1 --detection-priority comprehensive
trivy-db-repository:
description: Custom OCI repository to retrieve Trivy Database from
default: ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment