From 948e2bca906e13ed51f4ff171db51bc8d6f23987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:03:56 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.34.0 --- .github/workflows/create-release.yml | 2 +- .github/workflows/scans.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a6b7995..d3479ad 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -19,7 +19,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - name: Generate SBOM (CycloneDX) - uses: aquasecurity/trivy-action@0.30.0 + uses: aquasecurity/trivy-action@0.34.0 with: scan-type: 'fs' scan-ref: '.' diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 94cdfed..446c04b 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Generate Trivy GitHub report - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.34.0 with: scan-type: 'fs' scan-ref: '.' @@ -28,7 +28,7 @@ jobs: github-pat: ${{ secrets.GITHUB_TOKEN }} - name: Generate Trivy SARIF report - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.34.0 with: scan-type: 'fs' scan-ref: '.'