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 17b7d27 + 47f359d commit cfd53a3Copy full SHA for cfd53a3
1 file changed
.github/workflows/docker-image.yml
@@ -172,15 +172,15 @@ jobs:
172
docker image ls -a
173
174
- name: Run Trivy vulnerability scanner (cli report)
175
- uses: aquasecurity/trivy-action@0.33.1
+ uses: aquasecurity/trivy-action@0.34.0
176
with:
177
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
178
format: 'table'
179
env:
180
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
181
182
- name: Run Trivy vulnerability scanner (sarif report)
183
184
185
186
format: 'sarif'
0 commit comments