Skip to content

Commit 8f41d75

Browse files
authored
Merge pull request #772 from sir-gon/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.33.1
2 parents 37c4a3b + 58b0f51 commit 8f41d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ jobs:
182182
docker image ls -a
183183
184184
- name: Run Trivy vulnerability scanner (cli report)
185-
uses: aquasecurity/[email protected].0
185+
uses: aquasecurity/[email protected].1
186186
with:
187187
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
188188
format: 'table'
189189
env:
190190
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
191191

192192
- name: Run Trivy vulnerability scanner (sarif report)
193-
uses: aquasecurity/[email protected].0
193+
uses: aquasecurity/[email protected].1
194194
with:
195195
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
196196
format: 'sarif'

0 commit comments

Comments
 (0)