Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ec3dd8c

Browse files
authored
Merge pull request #128 from sir-gon/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.25.0
2 parents 1c48e5d + 68acad3 commit ec3dd8c

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
@@ -177,15 +177,15 @@ jobs:
177177
docker image ls -a
178178
179179
- name: Run Trivy vulnerability scanner (cli report)
180-
uses: aquasecurity/trivy-action@0.24.0
180+
uses: aquasecurity/trivy-action@0.25.0
181181
with:
182182
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
183183
format: "table"
184184
env:
185185
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
186186

187187
- name: Run Trivy vulnerability scanner (sarif report)
188-
uses: aquasecurity/trivy-action@0.24.0
188+
uses: aquasecurity/trivy-action@0.25.0
189189
with:
190190
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
191191
format: "sarif"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /