Skip to content

Commit 8db09dc

Browse files
Merge branch 'main' into jsjoeio/workflows
2 parents 86b1f9b + 61e2a9a commit 8db09dc

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@1db49f532692e649dc5dc43c7c0444dac4790137
612+
uses: aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
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@1db49f532692e649dc5dc43c7c0444dac4790137
54+
uses: aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
5555
with:
5656
image-ref: "docker.io/codercom/code-server:latest"
5757
ignore-unfixed: true

0 commit comments

Comments
 (0)