From b1b9c39b4e17ffa77723671a89473084a41fa90e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:43:48 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.34.2 --- .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 ae5283d..3e3977f 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@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1 + uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2 with: image-ref: ghcr.io/patrickhoefler/dockerfilegraph:latest format: 'sarif'