Skip to content

Commit 841ec45

Browse files
chore: bump aquasecurity/trivy-action from 0.33.1 to 0.34.1 (#7676)
1 parent 3eada68 commit 841ec45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252

5353
- name: Run Trivy vulnerability scanner in repo mode
54-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
54+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478
5555
with:
5656
scan-type: "fs"
5757
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@v6
5252

5353
- name: Run Trivy vulnerability scanner in image mode
54-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
54+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478
5555
with:
5656
image-ref: "docker.io/codercom/code-server:latest"
5757
ignore-unfixed: true

0 commit comments

Comments
 (0)