From f0c8dfe1e76431269240c2417fbe45c615c9872f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:20:45 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action digest to 8078967 --- .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..a504598 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@807896715e16054f9ae275ea68a15ee3908f0124 with: image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}' format: 'template'