From 0f6cd6012cef980a2dedde88bbd1c79bf0b228b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:56:01 +0000 Subject: [PATCH] Update aquasecurity/trivy-action action to v0.33.1 --- .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 411ab3e..6a83a6c 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.32.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: 'ghcr.io/netbootxyz/netbootxyz:pr-${{ github.event.number }}' format: 'table'