Skip to content

Commit a879844

Browse files
chore(deps): update aquasecurity/trivy-action digest to 7b7aa26 (coder#5289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2693d3 commit a879844

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
@@ -509,7 +509,7 @@ jobs:
509509
fetch-depth: 0
510510

511511
- name: Run Trivy vulnerability scanner in repo mode
512-
uses: aquasecurity/trivy-action@c666240787bede835456c7ceb9f75c9225c3c1b4
512+
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
513513
with:
514514
scan-type: "fs"
515515
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@c666240787bede835456c7ceb9f75c9225c3c1b4
54+
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
5555
with:
5656
image-ref: "docker.io/codercom/code-server:latest"
5757
ignore-unfixed: true

0 commit comments

Comments
 (0)