Skip to content
Snippets Groups Projects
Commit 76d0f3f5 authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Girija Saint-Ange
Browse files

fix(trivy): use --pkg-types instead of deprecated --vuln-type option

parent fb54cf5f
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