Skip to content

Commit 0e9ec02

Browse files
chore(deps): update aquasecurity/trivy-action digest to 503d3ab (#5370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e79f6f3 commit 0e9ec02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ jobs:
523523
fetch-depth: 0
524524

525525
- name: Run Trivy vulnerability scanner in repo mode
526-
uses: aquasecurity/trivy-action@0105373003c89c494a3f436bd5efc57f3ac1ca20
526+
uses: aquasecurity/trivy-action@503d3abc15463af68b817d685982721f134256a5
527527
with:
528528
scan-type: "fs"
529529
scan-ref: "."

.github/workflows/trivy-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v3
5252

5353
- name: Run Trivy vulnerability scanner in image mode
54-
uses: aquasecurity/trivy-action@0105373003c89c494a3f436bd5efc57f3ac1ca20
54+
uses: aquasecurity/trivy-action@503d3abc15463af68b817d685982721f134256a5
5555
with:
5656
image-ref: "docker.io/codercom/code-server:latest"
5757
ignore-unfixed: true

0 commit comments

Comments
 (0)