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.
1 parent ecb5162 commit fc66bb4Copy full SHA for fc66bb4
.github/workflows/docker-image.yml
@@ -172,15 +172,15 @@ jobs:
172
docker image ls -a
173
174
- name: Run Trivy vulnerability scanner (cli report)
175
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@0.33.0
176
with:
177
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
178
format: 'table'
179
env:
180
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
181
182
- name: Run Trivy vulnerability scanner (sarif report)
183
184
185
186
format: 'sarif'
0 commit comments