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 b65b9c5 + 5b74a3c commit 90391cfCopy full SHA for 90391cf
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.34.0
+ uses: aquasecurity/trivy-action@0.34.1
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