8000
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 29bc004 + 0600dda commit 161b5cbCopy full SHA for 161b5cb
.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