Commit 14d2ef31 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs(trivy): updated links

parent d5604c2e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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


+2 −2
Original line number Diff line number Diff line
@@ -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
        }
+1 −1
Original line number Diff line number Diff line
@@ -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