File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ references:
99 persist_to_workspace : true
1010 # https://trivy.dev/docs/v0.69/getting-started/installation/#installing-trivy
1111 cmd : |
12- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . v0.69.2
12+ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . v0.69.3
1313 mkdir cache
1414 ./trivy --cache-dir ./cache image --download-db-only
1515
@@ -23,7 +23,7 @@ references:
2323 build_and_publish_docker : &build_and_publish_docker
2424 persist_to_workspace : true
2525 cmd : |
26- docker build --no-cache -t $CIRCLE_PROJECT_REPONAME:latest --build-arg TRIVY_VERSION=0.69.2 .
26+ docker build --no-cache -t $CIRCLE_PROJECT_REPONAME:latest --build-arg TRIVY_VERSION=0.69.3 .
2727 docker save --output docker-image.tar $CIRCLE_PROJECT_REPONAME:latest
2828
2929workflows :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.6
44
55require (
66 github.com/CycloneDX/cyclonedx-go v0.10.0
7- github.com/aquasecurity/trivy v0.69.2 // Also update .circle/config.yml
7+ github.com/aquasecurity/trivy v0.69.3 // Also update .circle/config.yml
88 github.com/aquasecurity/trivy-db v0.0.0-20251222105351-a833f47f8f0d
99 github.com/codacy/codacy-engine-golang-seed/v8 v8.0.1
1010 github.com/google/go-cmp v0.7.0
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ github.com/aquasecurity/testdocker v0.0.0-20250616060700-ba6845ac6d17 h1:/xWTD1Y
138138github.com/aquasecurity/testdocker v0.0.0-20250616060700-ba6845ac6d17 /go.mod h1:6kYuX29QyBWHJejvbKkA4yzz8EUX/Fn+GmQ09JAZ5lY =
139139github.com/aquasecurity/tml v0.6.1 h1:y2ZlGSfrhnn7t4ZJ/0rotuH+v5Jgv6BDDO5jB6A9gwo =
140140github.com/aquasecurity/tml v0.6.1 /go.mod h1:OnYMWY5lvI9ejU7yH9LCberWaaTBW7hBFsITiIMY2yY =
141- github.com/aquasecurity/trivy v0.69.2 h1:nFnB7gEVFWi2QFqPJyn8Zy1bVDKaUljnIy2utUU4Ss4 =
142- github.com/aquasecurity/trivy v0.69.2 /go.mod h1:7JBeGh/u2VguQ/sAmwaoBcYKNlswEXw4xm2HWnn/tZk =
141+ github.com/aquasecurity/trivy v0.69.3 h1:Q9zHTOiNqPy3/GGn2iJ9nfdzGc5HGiE1i12UNWtzK7U =
142+ github.com/aquasecurity/trivy v0.69.3 /go.mod h1:+zF17ZBOdhFWwD3+GkLxZ/vkmKLudoOtt+hgnc1TQpA =
143143github.com/aquasecurity/trivy-checks v1.12.2-0.20251219190323-79d27547baf5 h1:8HnXyjgCiJwVX1mTKeqdyizd7ZBmXMPL+BMQ5UZd0Nk =
144144github.com/aquasecurity/trivy-checks v1.12.2-0.20251219190323-79d27547baf5 /go.mod h1:hBSA3ziBFwGENK6/PYNIKm6N24SFg0wsv1VXeqPG/3M =
145145github.com/aquasecurity/trivy-db v0.0.0-20251222105351-a833f47f8f0d h1:mwCxwhDRnW5UkSQdZfekTCjaLyWp1rqfIa6KKRdMDAo =
You can’t perform that action at this time.
0 commit comments