From 11c7e185f76c763a24e8c0133d38f397718dbcc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 10:52:34 +0000 Subject: [PATCH] Update aquasecurity/trivy-action action to v0.32.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c86994..411ab3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: org.opencontainers.image.source=https://github.com/netbootxyz/docker-netbootxyz - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.31.0 + uses: aquasecurity/trivy-action@0.32.0 with: image-ref: 'ghcr.io/netbootxyz/netbootxyz:pr-${{ github.event.number }}' format: 'table'