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