From bf1790323885fd164902fdb2a355a78d8b1e7db2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:47:43 +0000 Subject: [PATCH] Update aquasecurity/trivy-action digest to 062f259 --- .github/workflows/go_application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_application.yml b/.github/workflows/go_application.yml index b8d21f4..cc85091 100644 --- a/.github/workflows/go_application.yml +++ b/.github/workflows/go_application.yml @@ -26,7 +26,7 @@ jobs: - name: Test run: go test -v ./... - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@1f6384b6ceecbbc6673526f865b818a2a06b07c9 # master + uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master with: image-ref: '' scan-type: 'fs'