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 c3ee5ec + 7dd2463 commit 86f4bddCopy full SHA for 86f4bdd
.github/workflows/docker-image.yml
@@ -189,15 +189,15 @@ jobs:
189
docker image ls -a
190
191
- name: Run Trivy vulnerability scanner (cli report)
192
- uses: aquasecurity/trivy-action@0.24.0
+ uses: aquasecurity/trivy-action@0.26.0
193
with:
194
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
195
format: 'table'
196
env:
197
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
198
199
- name: Run Trivy vulnerability scanner (sarif report)
200
201
202
203
format: 'sarif'
0 commit comments