From d167f561c4e0e42ea16b6df37f146b7c5a93efa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 02:22:17 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action digest to cf990b1 --- .github/workflows/trivy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 35aaeb4..2ec5e5f 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -33,7 +33,7 @@ jobs: docker build -t docker.io/my-organization/my-app:${{ github.sha }} . - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 + uses: aquasecurity/trivy-action@cf990b19d84bbbe1eb8833659989a7c1029132e3 with: image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}' format: 'template'