diff --git a/kicker.json b/kicker.json
index 76e465c498403f28f68126d2412fe693d8aac0c9..ee58d770b2d13b1551b45b2ea8f6004656230acd 100644
--- a/kicker.json
+++ b/kicker.json
@@ -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
         },
         {
diff --git a/templates/gitlab-ci-docker.yml b/templates/gitlab-ci-docker.yml
index 3c520ffa2e0bd924c47a67e35eebdc1c3d48717e..babc4f07cfdd23a63d711bfd61d019684cf5c38a 100644
--- a/templates/gitlab-ci-docker.yml
+++ b/templates/gitlab-ci-docker.yml
@@ -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: ''