mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-06 22:27:41 +02:00
Update aquasecurity/trivy-action action to v0.30.0
This commit is contained in:
parent
7398f3120c
commit
f4a3ad92e7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: docker build -t docker-netbootxyz:${{ github.sha }} .
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@0.29.0
|
||||
uses: aquasecurity/trivy-action@0.30.0
|
||||
with:
|
||||
image-ref: 'docker-netbootxyz:${{ github.sha }}'
|
||||
format: 'table'
|
||||
|
Loading…
Reference in New Issue
Block a user