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 22edd14 + 7eb1f88 commit cd87b36Copy full SHA for cd87b36
.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.28.0
+ uses: aquasecurity/trivy-action@0.29.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