We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7398f31 commit f4a3ad9Copy full SHA for f4a3ad9
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
run: docker build -t docker-netbootxyz:${{ github.sha }} .
20
21
- name: Run Trivy vulnerability scanner
22
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@0.30.0
23
with:
24
image-ref: 'docker-netbootxyz:${{ github.sha }}'
25
format: 'table'
0 commit comments