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 96d5e6a + cb5d784 commit 1db7610Copy full SHA for 1db7610
1 file changed
.github/workflows/docker-image.yml
@@ -180,15 +180,15 @@ jobs:
180
docker image ls -a
181
182
- name: Run Trivy vulnerability scanner (cli report)
183
- uses: aquasecurity/trivy-action@0.35.0
+ uses: aquasecurity/trivy-action@v0.36.0
184
with:
185
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
186
format: "table"
187
env:
188
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
189
190
- name: Run Trivy vulnerability scanner (sarif report)
191
192
193
194
format: "sarif"
0 commit comments