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'