diff --git a/README.md b/README.md index 1e2d44b6ebff76daeb1983ca7a53cc9055880953..fb521cc063d035fa532a9273dbfe746b476f00f5 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 02870d66208cae77717c800724922e9c2f40c969..b9dfce571b6b6ecd662b0cbab398427f8b212576 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 cce997c170ba5b041a78e8fc468316db97c9c928..4eabf26f3c42d4d9d5bbbd7be6cce922480bde41 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