Skip to content

Commit 70cf1b6

Browse files
authored
Merge pull request #364 from sir-gon/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.33.1
2 parents 83a0f81 + 1e017dc commit 70cf1b6

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,7 +182,7 @@ jobs:
182182
docker image ls -a
183183
184184
- name: Run Trivy vulnerability scanner (cli report)
185-
uses: aquasecurity/trivy-action@0.33.0
185+
uses: aquasecurity/trivy-action@0.33.1
186186
with:
187187
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
188188
format: 'table'
@@ -191,7 +191,7 @@ jobs:
191191
TRIVY_JAVA_DB_REPOSITORY: ${{ vars.TRIVY_JAVA_DB_REPOSITORY }}
192192

193193
- name: Run Trivy vulnerability scanner (sarif report)
194-
uses: aquasecurity/trivy-action@0.33.0
194+
uses: aquasecurity/trivy-action@0.33.1
195195
with:
196196
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
197197
format: 'sarif'

0 commit comments

Comments
 (0)