Skip to content

Commit 3aca05e

Browse files
authored
Merge pull request #83 from netbootxyz/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.30.0
2 parents 7398f31 + f4a3ad9 commit 3aca05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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)