diff --git a/README.md b/README.md
index 40f61f64318a90ff27a478f41a54137524ebe9bc..8548b64c12ef7e54956bf16137a603d6b5dc105a 100644
--- a/README.md
+++ b/README.md
@@ -483,7 +483,7 @@ The template uses GitLab registries and authentication defaults. See the Docker
 | `sbom-image` / `MAVEN_SBOM_IMAGE` | The image used to perform and complete the Security Bill of Materials | `registry.hub.docker.com/anchore/syft:debug` |
 | `sbom-opts` / `MAVEN_SBOM_OPTS` | SBOM options to complete the Security Bill of Materials  | `--override-default-catalogers rpm-db-cataloger,alpm-db-cataloger,apk-db-cataloger,dpkg-db-cataloger,portage-cataloger,nix-store-cataloger,java`          |
 | `trivy-image` / `MAVEN_TRIVY_IMAGE` | The image to perform container security scanning  | `registry.hub.docker.com/aquasec/trivy:latest` |
-| `trivy-args` / `MAVEN_TRIVY_ARGS` | Additional [`trivy image` options](https://aquasecurity.github.io/trivy/latest/docs/references/configuration/cli/trivy_image/#options) | `--ignore-unfixed --vuln-type os` |
+| `trivy-args` / `MAVEN_TRIVY_ARGS` | Additional [`trivy image` options](https://aquasecurity.github.io/trivy/latest/docs/references/configuration/cli/trivy_image/#options) | `--ignore-unfixed --pkg-types os` |
 
 Other Trivy parameters shall be configured using [Trivy environment variables](https://aquasecurity.github.io/trivy/latest/docs/references/configuration/cli/trivy_image/#options).
 Examples:
diff --git a/kicker.json b/kicker.json
index 4713054d7a340716e9e9d75efda8d1c8e1438d26..7772b678b42d5a5063a4993921f4bbc7bf4701cb 100644
--- a/kicker.json
+++ b/kicker.json
@@ -229,7 +229,7 @@
             {
               "name": "MAVEN_TRIVY_ARGS",
               "description": "Additional [`trivy image` options](https://aquasecurity.github.io/trivy/latest/docs/references/configuration/cli/trivy_image/#options)",
-              "default": "--ignore-unfixed --vuln-type os",
+              "default": "--ignore-unfixed --pkg-types os",
               "advanced": true
             }
           ]
diff --git a/templates/gitlab-ci-maven-jib.yml b/templates/gitlab-ci-maven-jib.yml
index 65f3e0bf4ec913d32562320f9d6e76da58822492..d9ab4e02be463117fb29fc73383552b06ac10b56 100644
--- a/templates/gitlab-ci-maven-jib.yml
+++ b/templates/gitlab-ci-maven-jib.yml
@@ -34,7 +34,7 @@ spec:
       default: registry.hub.docker.com/aquasec/trivy:latest
     trivy-args:
       description: Additional [`trivy image` options](https://aquasecurity.github.io/trivy/latest/docs/references/configuration/cli/trivy_image/#options)
-      default: --ignore-unfixed --vuln-type os
+      default: --ignore-unfixed --pkg-types os
     sbom-image:
       default: registry.hub.docker.com/anchore/syft:debug
     sbom-opts: