We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93e0eb7 + 44f378b commit eb144ccCopy full SHA for eb144cc
.github/workflows/docker-image.yml
@@ -177,15 +177,15 @@ jobs:
177
docker image ls -a
178
179
- name: Run Trivy vulnerability scanner (cli report)
180
- uses: aquasecurity/trivy-action@0.27.0
+ uses: aquasecurity/trivy-action@0.28.0
181
with:
182
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
183
format: "table"
184
env:
185
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
186
187
- name: Run Trivy vulnerability scanner (sarif report)
188
189
190
191
format: "sarif"
0 commit comments