Skip to content

Commit

Permalink
Bump goharbor/harbor-scanner-trivy to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
eks-distro-pr-bot committed Jan 26, 2025
1 parent 373742f commit 107b68c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions projects/goharbor/harbor-scanner-trivy/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
@@ -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 --
Expand All @@ -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 --
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions projects/goharbor/harbor-scanner-trivy/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion projects/goharbor/harbor-scanner-trivy/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.31.4
v0.32.3
2 changes: 1 addition & 1 deletion projects/goharbor/harbor-scanner-trivy/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 107b68c

Please sign in to comment.