We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 616ccfa + ac7dd5d commit 9b7e652Copy full SHA for 9b7e652
.github/workflows/docker-image.yml
@@ -180,15 +180,15 @@ jobs:
180
docker image ls -a
181
182
- name: Run Trivy vulnerability scanner (cli report)
183
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@0.33.0
184
with:
185
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
186
format: "table"
187
env:
188
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
189
190
- name: Run Trivy vulnerability scanner (sarif report)
191
192
193
194
format: "sarif"
0 commit comments