From 14d2ef31d50e86359cf7c60f8222db846bc9b342 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Sun, 17 Nov 2024 23:16:42 +0100
Subject: [PATCH] docs(trivy): updated links

---
 README.md                      | 2 +-
 kicker.json                    | 4 ++--
 templates/gitlab-ci-python.yml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 1e2d44b..fb521cc 100644
--- a/README.md
+++ b/README.md
@@ -237,7 +237,7 @@ In addition to a textual report in the console, this job produces the following
 
 ### `py-trivy` job (dependency check)
 
-This job performs a dependency check analysis using [Trivy](https://github.com/aquasecurity/trivy/).
+This job performs a dependency check analysis using [Trivy](https://aquasecurity.github.io/trivy).
 :warning:  This job is now **enabled by default** since version 7.0.0
 
 
diff --git a/kicker.json b/kicker.json
index 02870d6..b9dfce5 100644
--- a/kicker.json
+++ b/kicker.json
@@ -134,7 +134,7 @@
     {
       "id": "trivy",
       "name": "Trivy",
-      "description": "Detect security vulnerabilities with [Trivy](https://github.com/aquasecurity/trivy/) (dependencies analysis)",
+      "description": "Detect security vulnerabilities with [Trivy](https://aquasecurity.github.io/trivy) (dependencies analysis)",
       "disable_with": "PYTHON_TRIVY_DISABLED",
       "variables": [
         {
@@ -144,7 +144,7 @@
         },
         {
           "name": "PYTHON_TRIVY_ARGS",
-          "description": "Additional [Trivy CLI options](https://aquasecurity.github.io/trivy/v0.21.1/getting-started/cli/fs/)",
+          "description": "Additional [Trivy CLI options](https://aquasecurity.github.io/trivy/latest/docs/references/configuration/cli/trivy_filesystem/)",
           "default": "--ignore-unfixed --pkg-types library --detection-priority comprehensive",
           "advanced": true
         }
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index cce997c..4eabf26 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -108,7 +108,7 @@ spec:
         _When unset, the latest version will be used_
       default: ''
     trivy-args:
-      description: Additional [Trivy CLI options](https://aquasecurity.github.io/trivy/v0.21.1/getting-started/cli/fs/)
+      description: Additional [Trivy CLI options](https://aquasecurity.github.io/trivy/latest/docs/references/configuration/cli/trivy_filesystem/)
       default: --ignore-unfixed --pkg-types library --detection-priority comprehensive
     sbom-disabled:
       description: Disable Software Bill of Materials
-- 
GitLab