diff --git a/.github/workflows/go_application.yml b/.github/workflows/go_application.yml index 8d19be1..d040b8a 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@b77b85c0254bba6789e787844f0585cde1e56320 # master + uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # master with: image-ref: '' scan-type: 'fs'