We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0495c85 commit 80d63c9Copy full SHA for 80d63c9
.github/workflows/trivy.yml
@@ -42,7 +42,7 @@ jobs:
42
docker build -f ${{ matrix.image.dockerfile }} -t ${{ matrix.image.name }}${{ matrix.image.suffix }}:${{ github.sha }} .
43
44
- name: Run Trivy vulnerability scanner
45
- uses: aquasecurity/trivy-action@0.28.0
+ uses: aquasecurity/trivy-action@0.29.0
46
with:
47
image-ref: '${{ matrix.image.name }}${{ matrix.image.suffix }}:${{ github.sha }}'
48
vuln-type: 'os,library'
0 commit comments