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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        },
        {
+1 −1
Original line number Diff line number Diff line
@@ -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: ''