From 54fef804c63201dc6622658efa648180f1419214 Mon Sep 17 00:00:00 2001 From: Abdul Raheem Siddiqui <53625184+ar-siddiqui@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:16:34 +0000 Subject: [PATCH] Update trivy action to 0.34.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b75eba5..b1c2915 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: run: docker load -i /tmp/container-image.tar - name: Scan container with Trivy - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.34.2 with: image-ref: local-image:${{ needs.validate-release.outputs.version }} format: 'sarif'