Skip to content

Commit 61673b5

Browse files
chore(deps): update aquasecurity/trivy-action digest to 1db49f5 (#5466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2bfe15b commit 61673b5

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
@@ -609,7 +609,7 @@ jobs:
609609
fetch-depth: 0
610610

611611
- name: Run Trivy vulnerability scanner in repo mode
612-
uses: aquasecurity/trivy-action@12814ff8bcb32c97f4d963e6e7903674b1692fa0
612+
uses: aquasecurity/trivy-action@1db49f532692e649dc5dc43c7c0444dac4790137
613613
with:
614614
scan-type: "fs"
615615
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@12814ff8bcb32c97f4d963e6e7903674b1692fa0
54+
uses: aquasecurity/trivy-action@1db49f532692e649dc5dc43c7c0444dac4790137
5555
with:
5656
image-ref: "docker.io/codercom/code-server:latest"
5757
ignore-unfixed: true

0 commit comments

Comments
 (0)