mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 14:47:24 +02:00
Merge pull request #83 from netbootxyz/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.30.0
This commit is contained in:
commit
3aca05e27d
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