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 5c9f6d1 + 31702a8 commit b9feb54Copy full SHA for b9feb54
.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.28.0
+ uses: aquasecurity/trivy-action@0.29.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