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 d0367d1Copy full SHA for d0367d1
.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@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # master
30
with:
31
image-ref: ''
32
scan-type: 'fs'
0 commit comments