From 4efc8ffdb9dbdc090fb29e420f079332993ffbcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:54:48 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20aquasecurity/trivy-acti?= =?UTF-8?q?on=20action=20(0.33.1=20=E2=86=92=200.34.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/action.yml b/docker-build/action.yml index f12dfb4..e51224c 100644 --- a/docker-build/action.yml +++ b/docker-build/action.yml @@ -536,7 +536,7 @@ runs: - name: Scan Image for Vulnerabilities id: scan if: inputs.scan-image == 'true' && inputs.dry-run != 'true' - uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 + uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 with: scan-type: 'image' image-ref: ${{ steps.image-name.outputs.name }}:${{ inputs.tag }}