Skip to content

Commit 42c1447

Browse files
authored
Merge pull request #35 from reasonerjt/bump-up-trivy-0.66.0-rel-0.34
bump up trivy to 0.66.0
2 parents 166cdd2 + 81a3348 commit 42c1447

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# That's the only place where you're supposed to specify version of Trivy.
2-
ARG TRIVY_VERSION=0.65.0
2+
ARG TRIVY_VERSION=0.66.0
33

44
FROM aquasec/trivy:${TRIVY_VERSION}
55

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# That's the only place where you're supposed to specify version of Trivy.
2-
ARG TRIVY_VERSION=0.65.0
2+
ARG TRIVY_VERSION=0.66.0
33
ARG SKAFFOLD_GO_GCFLAGS
44

55
FROM golang:1.24 AS builder

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
3232

3333
| Harbor | Trivy Adapter | Trivy |
3434
|-------------------------|---------------|-----------------|
35-
| harbor v2.14.0 | v0.34.0 | [trivy v0.65.0] |
35+
| harbor v2.14.0 | v0.34.0 | [trivy v0.66.0] |
3636
| harbor v2.13.2 | v0.33.2 | [trivy v0.64.1] |
3737
| harbor v2.13.1 | v0.33.1 | [trivy v0.62.1] |
3838
| harbor v2.13.0 | v0.33.0-rc.2 | [trivy v0.61.0] |
@@ -43,13 +43,6 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
4343
| harbor v2.11.1 | v0.31.4 | [trivy v0.54.1] |
4444
| - | v0.31.3 | [trivy v0.52.2] |
4545
| harbor v2.11.0 | v0.31.2 | [trivy v0.51.2] |
46-
| - | v0.31.1 | [trivy v0.50.4] |
47-
| - | v0.31.0 | [trivy v0.50.1] |
48-
| harbor v2.10.3, v2.10.2 | v0.30.23 | [trivy v0.50.1] |
49-
| harbor v2.10.1 | v0.30.22 | [trivy v0.49.1] |
50-
| - | v0.30.21 | [trivy v0.48.3] |
51-
| - | v0.30.20 | [trivy v0.48.1] |
52-
| harbor v2.10.0 | v0.30.19 | [trivy v0.47.0] |
5346

5447
Note: The version matrix is not exhaustive. For older versions please refer to https://github.com/aquasecurity/harbor-scanner-trivy
5548

test/component/component_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
trivyScanner = harbor.Scanner{
2727
Name: "Trivy",
2828
Vendor: "Aqua Security",
29-
Version: "0.65.0",
29+
Version: "0.66.0",
3030
}
3131
)
3232

0 commit comments

Comments
 (0)