Skip to content

Commit 2e60fd7

Browse files
committed
upgrade to latest trivy
1 parent 12e73aa commit 2e60fd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_multi_arch_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: setup trivy
6767
uses: aquasecurity/setup-trivy@3fb12ec12f41e471780db15c232d5dd185dcb514
6868
with:
69-
version: v0.69.1
69+
version: v0.69.3
7070
- name: setup node
7171
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
7272
with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ shellcheck 0.11.0
55
direnv 2.37.1
66
actionlint 1.7.10
77
ruby 3.3.0
8-
trivy 0.69.1
8+
trivy 0.69.3
99
yq 4.52.2

src/base/.devcontainer/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ shellcheck 0.11.0
22
direnv 2.37.1
33
actionlint 1.7.10
44
ruby 3.3.0
5-
trivy 0.69.1
5+
trivy 0.69.3
66
yq 4.52.2

0 commit comments

Comments
 (0)