We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718da05 commit a5cae61Copy full SHA for a5cae61
.github/workflows/go_application.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Test
27
run: go test -v ./...
28
- name: Run Trivy vulnerability scanner in repo mode
29
- uses: aquasecurity/trivy-action@ea27ac12e15e065601133e2e439657937385d5a8 # master
+ uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # master
30
with:
31
image-ref: ''
32
scan-type: 'fs'
0 commit comments