We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a114c2 commit fb8065bCopy full SHA for fb8065b
.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.24.0
+ uses: aquasecurity/trivy-action@0.26.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