Skip to content

Commit

Permalink
harbor-2.12/2.12.0-r0: cve remediation (#33745)
Browse files Browse the repository at this point in the history
harbor-2.12/2.12.0-r0: fix GHSA-29wx-vh33-7x7r

Advisory data:
https://github.com/wolfi-dev/advisories/blob/main/harbor-2.12.advisories.yaml

Co-authored-by: octo-sts[bot] <[email protected]>
  • Loading branch information
octo-sts[bot] and octo-sts[bot] authored Nov 9, 2024
1 parent 79c4b4f commit 6a6e2b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion harbor-2.12.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: harbor-2.12
version: 2.12.0
epoch: 0
epoch: 1
description: An open source trusted cloud native registry project that stores, signs, and scans content
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -43,6 +43,11 @@ pipeline:
# Generate API
swagger generate server --template-dir=tools/swagger/templates --exclude-main --additional-initialism=CVE --additional-initialism=GC --additional-initialism=OIDC -f api/v2.0/swagger.yaml -A harbor --target src/server/v2.0
- uses: go/bump
with:
deps: github.com/golang-jwt/jwt/[email protected]
modroot: ./src

- uses: go/build
with:
packages: ./core
Expand Down

0 comments on commit 6a6e2b5

Please sign in to comment.