From f34ddb7717b700d633ba4ee92233bb7281319ee1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:26:11 +0000 Subject: [PATCH] Update aquasecurity/trivy-action digest to b77b85c --- .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 2f7f13f..6e24781 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@69cbbc0cbbf6a2b0bab8dcf0e9f2d7ead08e87e4 # master + uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320 # master with: image-ref: '' scan-type: 'fs'