Skip to content

Commit 9cca883

Browse files
authored
Merge branch 'main' into dependabot/docker/ubuntu-oracular-20241009
2 parents 49e1f3f + 07ddfe5 commit 9cca883

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
@@ -189,15 +189,15 @@ jobs:
189189
docker image ls -a
190190
191191
- name: Run Trivy vulnerability scanner (cli report)
192-
uses: aquasecurity/trivy-action@0.26.0
192+
uses: aquasecurity/trivy-action@0.28.0
193193
with:
194194
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
195195
format: 'table'
196196
env:
197197
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
198198

199199
- name: Run Trivy vulnerability scanner (sarif report)
200-
uses: aquasecurity/trivy-action@0.26.0
200+
uses: aquasecurity/trivy-action@0.28.0
201201
with:
202202
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
203203
format: 'sarif'

0 commit comments

Comments
 (0)