We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bc004 commit 0600ddaCopy full SHA for 0600dda
.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.29.0
+ uses: aquasecurity/trivy-action@0.30.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