Skip to content

Commit f4a3ad9

Browse files
Update aquasecurity/trivy-action action to v0.30.0
1 parent 7398f31 commit f4a3ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: docker build -t docker-netbootxyz:${{ github.sha }} .
2020

2121
- name: Run Trivy vulnerability scanner
22-
uses: aquasecurity/trivy-action@0.29.0
22+
uses: aquasecurity/trivy-action@0.30.0
2323
with:
2424
image-ref: 'docker-netbootxyz:${{ github.sha }}'
2525
format: 'table'

0 commit comments

Comments
 (0)