Skip to content

Commit b0b50e4

Browse files
authored
Merge pull request #285 from sir-gon/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.30.0
2 parents 67cb65b + e56bd0e commit b0b50e4

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
@@ -179,7 +179,7 @@ jobs:
179179
docker image ls -a
180180
181181
- name: Run Trivy vulnerability scanner (cli report)
182-
uses: aquasecurity/trivy-action@0.29.0
182+
uses: aquasecurity/trivy-action@0.30.0
183183
with:
184184
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
185185
format: 'table'
@@ -188,7 +188,7 @@ jobs:
188188
TRIVY_JAVA_DB_REPOSITORY: ${{ vars.TRIVY_JAVA_DB_REPOSITORY }}
189189

190190
- name: Run Trivy vulnerability scanner (sarif report)
191-
uses: aquasecurity/trivy-action@0.29.0
191+
uses: aquasecurity/trivy-action@0.30.0
192192
with:
193193
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
194194
format: 'sarif'

0 commit comments

Comments
 (0)