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 657c356 + 3c98bb3 commit d4f39a3Copy full SHA for d4f39a3
.github/workflows/docker-image.yml
@@ -179,15 +179,15 @@ jobs:
179
docker image ls -a
180
181
- name: Run Trivy vulnerability scanner (cli report)
182
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@0.30.0
183
with:
184
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
185
format: 'table'
186
env:
187
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
188
189
- name: Run Trivy vulnerability scanner (sarif report)
190
191
192
193
format: 'sarif'
0 commit comments