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 c5824f9 + e9de027 commit df3c2b2Copy full SHA for df3c2b2
.github/workflows/docker-image.yml
@@ -193,15 +193,15 @@ jobs:
193
docker image ls -a
194
195
- name: Run Trivy vulnerability scanner (cli report)
196
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@0.33.0
197
with:
198
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
199
format: 'table'
200
env:
201
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
202
203
- name: Run Trivy vulnerability scanner (sarif report)
204
205
206
207
format: 'sarif'
0 commit comments