Skip to content

Commit 63683cd

Browse files
ci(github-action): update aquasecurity/trivy-action ( 0.31.0 → 0.32.0 )
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | aquasecurity/trivy-action | 0.31.0 | 0.32.0 |
1 parent 8bb158b commit 63683cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: mkdir -p trivy-results
3030

3131
- name: Run Trivy vulnerability scanner
32-
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
32+
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
3333
with:
3434
image-ref: ghcr.io/${{ github.repository }}:latest
3535
format: 'sarif'

0 commit comments

Comments
 (0)