From 1ebfb2ccc1abefe9ef845fffdbc49580ebefe35e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 06:06:52 +0000 Subject: [PATCH] Update aquasecurity/trivy-action digest to 6f8c237 --- .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 5128ff1..3b29379 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -34,7 +34,7 @@ jobs: docker build -t docker.io/my-organization/my-app:${{ github.sha }} . - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe + uses: aquasecurity/trivy-action@6f8c23760b7baab9da654a77606e367803441f93 with: image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}' format: 'template'