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 67cb65b + e56bd0e commit b0b50e4Copy full SHA for b0b50e4
.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.29.0
+ uses: aquasecurity/trivy-action@0.30.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