Skip to content

Commit

Permalink
kargo/1.1.1-r0: cve remediation (wolfi-dev#36721)
Browse files Browse the repository at this point in the history
kargo/1.1.1-r0: fix GHSA-v778-237x-gjrc

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

Co-authored-by: octo-sts[bot] <[email protected]>
Co-authored-by: hbh7 <[email protected]>
  • Loading branch information
3 people authored and utieyin committed Dec 17, 2024
1 parent facea29 commit c00af1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kargo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kargo
version: 1.1.1
epoch: 0
epoch: 1
description: Application lifecycle orchestration
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -31,6 +31,10 @@ pipeline:
pnpm install
NODE_ENV='production' pnpm run build
- uses: go/bump
with:
deps: golang.org/x/[email protected]

- uses: go/build
with:
packages: ./cmd/controlplane
Expand Down

0 comments on commit c00af1e

Please sign in to comment.