From 00b38c780bc8589c99478e3c6f3a463ed5bdc334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 01:59:14 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.34.1 --- .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 5f68ca0..d27594f 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.34.0 + uses: aquasecurity/trivy-action@0.34.1 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.34.0 + uses: aquasecurity/trivy-action@0.34.1 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.34.0 + uses: aquasecurity/trivy-action@0.34.1 with: image-ref: ${{ matrix.image-ref }} format: cyclonedx