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 6dd744f + 6a4c632 commit 82f81bcCopy full SHA for 82f81bc
1 file changed
.github/workflows/docker-image.yml
@@ -182,15 +182,15 @@ jobs:
182
docker image ls -a
183
184
- name: Run Trivy vulnerability scanner (cli report)
185
- uses: aquasecurity/trivy-action@0.33.1
+ uses: aquasecurity/trivy-action@0.34.0
186
with:
187
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
188
format: 'table'
189
env:
190
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
191
192
- name: Run Trivy vulnerability scanner (sarif report)
193
194
195
196
format: 'sarif'
0 commit comments