From f36f50e3751895aca5de84483303019b5778f161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:11:17 +0200 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)=20(#450)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update pre-commit hook rhysd/actionlint (v1.7.10 → v1.7.11) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update aquasecurity/trivy-action action (0.33.1 → 0.34.0) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 }}