Skip to content

Commit 9f81350

Browse files
authored
Merge pull request #56 from sir-gon/dependabot/github_actions/aquasecurity/trivy-action-0.27.0
Bump aquasecurity/trivy-action from 0.26.0 to 0.27.0
2 parents 86f4bdd + 32cae33 commit 9f81350

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.27.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.27.0
201201
with:
202202
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
203203
format: 'sarif'

0 commit comments

Comments
 (0)