mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 14:47:24 +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 }} .
|
run: docker build -t docker-netbootxyz:${{ github.sha }} .
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@0.29.0
|
uses: aquasecurity/trivy-action@0.30.0
|
||||||
with:
|
with:
|
||||||
image-ref: 'docker-netbootxyz:${{ github.sha }}'
|
image-ref: 'docker-netbootxyz:${{ github.sha }}'
|
||||||
format: 'table'
|
format: 'table'
|
||||||
|
Loading…
Reference in New Issue
Block a user