From d33820bd0c5528106a86660565db74f69a32f214 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:14:02 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.34.0 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff8535b..5f68ca0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,14 +73,14 @@ jobs: image-ref: ${{ fromJson(needs.build.outputs.nginx-tags).tags[0] }} steps: - name: Update Dependency Graph - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ matrix.image-ref }} format: 'github' output: '${{ matrix.name }}.sbom.json' github-pat: ${{ secrets.GITHUB_TOKEN }} - name: Generate Sarif Report - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ matrix.image-ref }} format: sarif @@ -92,7 +92,7 @@ jobs: category: ${{ matrix.name }} - name: Generate SBOM if: startsWith(github.ref, 'refs/tags/') - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ matrix.image-ref }} format: cyclonedx