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 206e1a1 commit 0df4448Copy full SHA for 0df4448
.github/workflows/trivy.yml
@@ -35,7 +35,7 @@ jobs:
35
docker build -t dungpham91/lint-json-inside-yaml:${{ github.sha }} .
36
37
- name: Run Trivy vulnerability scanner
38
- uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
+ uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
39
with:
40
image-ref: 'dungpham91/lint-json-inside-yaml:${{ github.sha }}'
41
format: 'sarif'
0 commit comments