diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index 6dcb85bcd8..346ed40dc4 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -119,7 +119,7 @@ projects: go_version: "1.22" - name: harbor-scanner-trivy versions: - - tag: v0.31.4 + - tag: v0.32.3 go_version: "1.22" - org: helm repos: diff --git a/projects/goharbor/harbor-scanner-trivy/ATTRIBUTION.txt b/projects/goharbor/harbor-scanner-trivy/ATTRIBUTION.txt index 84e356d17a..5af93219ac 100644 --- a/projects/goharbor/harbor-scanner-trivy/ATTRIBUTION.txt +++ b/projects/goharbor/harbor-scanner-trivy/ATTRIBUTION.txt @@ -1,5 +1,5 @@ -** github.com/aquasecurity/harbor-scanner-trivy; version v0.31.4 -- +** github.com/aquasecurity/harbor-scanner-trivy; version v0.32.3 -- https://github.com/aquasecurity/harbor-scanner-trivy ** github.com/containerd/stargz-snapshotter/estargz; version v0.14.3 -- @@ -11,7 +11,7 @@ https://github.com/docker/cli ** github.com/docker/distribution/registry/client/auth/challenge; version v2.8.2+incompatible -- https://github.com/distribution/distribution -** github.com/docker/docker/pkg/homedir; version v27.1.1+incompatible -- +** github.com/docker/docker/pkg/homedir; version v27.2.0+incompatible -- https://github.com/moby/moby ** github.com/knqyf263/go-containerregistry; version v0.16.2-0.20231101014841-fd95d0f749dd -- @@ -611,16 +611,16 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** golang.org/x/net/context; version v0.28.0 -- +** golang.org/x/net/context; version v0.33.0 -- https://golang.org/x/net -** golang.org/x/sync/errgroup; version v0.8.0 -- +** golang.org/x/sync/errgroup; version v0.10.0 -- https://golang.org/x/sync -** golang.org/x/sys; version v0.23.0 -- +** golang.org/x/sys; version v0.28.0 -- https://golang.org/x/sys -** golang.org/x/text; version v0.17.0 -- +** golang.org/x/text; version v0.21.0 -- https://golang.org/x/text Copyright 2009 The Go Authors. diff --git a/projects/goharbor/harbor-scanner-trivy/CHECKSUMS b/projects/goharbor/harbor-scanner-trivy/CHECKSUMS index ca9da96316..e5ec1558c7 100644 --- a/projects/goharbor/harbor-scanner-trivy/CHECKSUMS +++ b/projects/goharbor/harbor-scanner-trivy/CHECKSUMS @@ -1,2 +1,2 @@ -50b1364081341c600d558efbbc64d6b31b03b213537ddf578f776b4daa01ac46 _output/bin/harbor-scanner-trivy/linux-amd64/scanner-trivy -97b880d148cb450817d88f83c36f685444c1f9cf8158274baad1401e855f96fb _output/bin/harbor-scanner-trivy/linux-arm64/scanner-trivy +0ef664bcf77548fcc77db0bc870709b0bfc1ff615443ac635fd1817c39ead6c0 _output/bin/harbor-scanner-trivy/linux-amd64/scanner-trivy +baf1c7f08c81e15c61512b98341fbff756f1403204e5ee05c9ca1ed1da08e3ba _output/bin/harbor-scanner-trivy/linux-arm64/scanner-trivy diff --git a/projects/goharbor/harbor-scanner-trivy/GIT_TAG b/projects/goharbor/harbor-scanner-trivy/GIT_TAG index 6a167009fb..2c768c559f 100644 --- a/projects/goharbor/harbor-scanner-trivy/GIT_TAG +++ b/projects/goharbor/harbor-scanner-trivy/GIT_TAG @@ -1 +1 @@ -v0.31.4 \ No newline at end of file +v0.32.3 diff --git a/projects/goharbor/harbor-scanner-trivy/README.md b/projects/goharbor/harbor-scanner-trivy/README.md index e1e704172e..8db321b33b 100644 --- a/projects/goharbor/harbor-scanner-trivy/README.md +++ b/projects/goharbor/harbor-scanner-trivy/README.md @@ -1,5 +1,5 @@ ## **harbor-scanner-trivy** -![Version](https://img.shields.io/badge/version-v0.31.4-blue) +![Version](https://img.shields.io/badge/version-v0.32.3-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoieEpzUzBranRhT3NMMGdLU0lSVmh1S2RteDcyd1AwRU5LbVZFc2pnNlcvcWpaZHR4blQ3RktjbzllUmhwMmhma0pnZ2RWVEY0UEIzZ2NPc3pYQ2l1RFZvPSIsIml2UGFyYW1ldGVyU3BlYyI6IitiOTg2c2dOVW55cnVQREoiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) The [Harbor Scanner Adapter for Trivy](https://github.com/goharbor/harbor-scanner-trivy) is a service that translates the Harbor scanning API into Trivy commands and allows Harbor to use Trivy for providing vulnerability reports on images stored in Harbor registry as part of its vulnerability scan feature.