From 362a9daa79f119398615938eaeb451af81d44963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:00:35 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.35.0 --- .github/workflows/trivy-security-scan.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trivy-security-scan.yml b/.github/workflows/trivy-security-scan.yml index d4cfe7490..da7a7646a 100644 --- a/.github/workflows/trivy-security-scan.yml +++ b/.github/workflows/trivy-security-scan.yml @@ -36,7 +36,7 @@ jobs: - name: Run Trivy vulnerability scanner if: github.event_name != 'release' || steps.verify-tag.outputs.valid_tag == 'true' - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.35.0 with: scan-type: 'fs' format: 'sarif' @@ -51,7 +51,7 @@ jobs: - name: Update GitHub Dependency Graph if: github.event_name != 'release' || steps.verify-tag.outputs.valid_tag == 'true' - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.35.0 with: scan-type: 'fs' format: 'github' @@ -59,7 +59,7 @@ jobs: - name: Generate CycloneDX SBOM if: github.event_name == 'release' && steps.verify-tag.outputs.valid_tag == 'true' - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.35.0 with: scan-type: 'fs' format: 'cyclonedx'