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 498b467 + 684a8b6 commit 8a74d16Copy full SHA for 8a74d16
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
load: true
104
105
- name: Run Trivy vulnerability scanner
106
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@0.33.1
107
with:
108
image-ref: "${{ steps.tag.outputs.last_tag }}"
109
format: "table"
.github/workflows/release.yml
@@ -167,7 +167,7 @@ jobs:
167
labels: ${{ steps.meta.outputs.labels }}
168
169
- name: Run Trivy Vulnerability Scanner
170
171
172
173
0 commit comments