Skip to content

Commit 6ab336e

Browse files
committed
fix cve
Signed-off-by: Batuhan Apaydin <[email protected]>
1 parent d02a47f commit 6ab336e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snyk-cli.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ pipeline:
3434

3535
- runs: git checkout -b release/wolfi # This is so the determine-release-channel.sh script decides the to use the correct channel and not create a -dev version
3636

37+
- uses: go/bump
38+
with:
39+
modroot: cliv2
40+
replaces: github.com/whilp/git-urls=github.com/chainguard-dev/[email protected]
41+
3742
- runs: |
3843
# Write our version so `make build` doesn't produce an incorrectly-bumped one
3944
echo "${{package.version}}" > binary-releases/version

0 commit comments

Comments
 (0)