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 83a0f81 + 1e017dc commit 70cf1b6Copy full SHA for 70cf1b6
.github/workflows/docker-image.yml
@@ -182,7 +182,7 @@ jobs:
182
docker image ls -a
183
184
- name: Run Trivy vulnerability scanner (cli report)
185
- uses: aquasecurity/trivy-action@0.33.0
+ uses: aquasecurity/trivy-action@0.33.1
186
with:
187
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
188
format: 'table'
@@ -191,7 +191,7 @@ jobs:
191
TRIVY_JAVA_DB_REPOSITORY: ${{ vars.TRIVY_JAVA_DB_REPOSITORY }}
192
193
- name: Run Trivy vulnerability scanner (sarif report)
194
195
196
197
format: 'sarif'
0 commit comments