8000
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 6ae9f38 + 1bcd6fb commit b928cc6Copy full SHA for b928cc6
.github/workflows/docker-image.yml
@@ -170,15 +170,15 @@ jobs:
170
docker image ls -a
171
172
- name: Run Trivy vulnerability scanner (cli report)
173
- uses: aquasecurity/trivy-action@0.27.0
+ uses: aquasecurity/trivy-action@0.28.0
174
with:
175
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
176
format: 'table'
177
env:
178
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
179
180
- name: Run Trivy vulnerability scanner (sarif report)
181
182
183
184
format: 'sarif'
0 commit comments