Skip to content

Commit 7780a13

Browse files
chore(deps): update aquasecurity/trivy-action digest to 2b30463 (#5098)
Co-authored-by: Renovate Bot <[email protected]>
1 parent dea6a40 commit 7780a13

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
@@ -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

+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@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)