Skip to content
Merged
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
9 changes: 8 additions & 1 deletion snyk-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: snyk-cli
version: "1.1295.4"
epoch: 0
epoch: 1
description: Snyk CLI scans and monitors your projects for security vulnerabilities
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -32,6 +32,13 @@ pipeline:
tag: v${{package.version}}
expected-commit: b1e2445578abbb425a96611e4e58ff8057329e82

- uses: go/bump
with:
modroot: cliv2
deps: |-
golang.org/x/crypto@v0.35.0
golang.org/x/oauth2@v0.27.0

- 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

- uses: patch
Expand Down
Loading