Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4ed60d

Browse files
authoredApr 18, 2022
Merge f2048ad into dea6a40
2 parents dea6a40 + f2048ad commit d4ed60d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ jobs:
506506
fetch-depth: 0
507507

508508
- name: Run Trivy vulnerability scanner in repo mode
509-
uses: aquasecurity/trivy-action@40c4ca9e7421287d0c5576712fdff370978f9c3c
509+
uses: aquasecurity/trivy-action@2b30463ddb3d11724a04e760e020c7d9af24d8b3
510510
with:
511511
scan-type: "fs"
512512
scan-ref: "."

‎.github/workflows/trivy-docker.yaml

Lines changed: 1 addition & 1 deletion
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@40c4ca9e7421287d0c5576712fdff370978f9c3c
54+
uses: aquasecurity/trivy-action@2b30463ddb3d11724a04e760e020c7d9af24d8b3
5555
with:
5656
image-ref: "docker.io/codercom/code-server:latest"
5757
ignore-unfixed: true

0 commit comments

Comments
 (0)
Please sign in to comment.