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.
1 parent d0a5782 commit 65485a3Copy full SHA for 65485a3
1 file changed
.github/workflows/docker-image.yml
@@ -193,15 +193,15 @@ jobs:
193
docker image ls -a
194
195
- name: Run Trivy vulnerability scanner (cli report)
196
- uses: aquasecurity/trivy-action@0.34.2
+ uses: aquasecurity/trivy-action@0.35.0
197
with:
198
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
199
format: 'table'
200
env:
201
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
202
203
- name: Run Trivy vulnerability scanner (sarif report)
204
205
206
207
format: 'sarif'
0 commit comments