From 954b74b7da1c573add572f0f5d1be2e9b9f0946c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 01:39:20 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.34.1 --- .github/workflows/lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 711bd14..d288bf3 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -111,7 +111,7 @@ jobs: # Vulnerability check for latest image - name: Run Trivy vulnerability scanner on latest image - uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 + uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1 with: image-ref: ghcr.io/patrickhoefler/dockerfilegraph:latest format: 'sarif'