Skip to content

Commit f7a7904

Browse files
authored
Merge pull request #100 from sir-gon/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.33.1
2 parents c8c67cc + 577695c commit f7a7904

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
@@ -193,15 +193,15 @@ jobs:
193193
docker image ls -a
194194
195195
- name: Run Trivy vulnerability scanner (cli report)
196-
uses: aquasecurity/[email protected].0
196+
uses: aquasecurity/[email protected].1
197197
with:
198198
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
199199
format: 'table'
200200
env:
201201
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
202202

203203
- name: Run Trivy vulnerability scanner (sarif report)
204-
uses: aquasecurity/[email protected].0
204+
uses: aquasecurity/[email protected].1
205205
with:
206206
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
207207
format: 'sarif'

0 commit comments

Comments
 (0)