Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump goharbor/harbor-scanner-trivy to latest release #4166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
10 changes: 5 additions & 5 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 @@ -614,13 +614,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
** golang.org/x/net/context; version v0.28.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
44ddb99b4751c49e66a49283889dcd0133eb8b7abdaaab456c9580054fe2a725 _output/bin/harbor-scanner-trivy/linux-amd64/scanner-trivy
3496170cd00e1f25d3be53f476581a57e2012fca56e6ed90e7abb264d65edb0e _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