Skip to content

snyk-cli/1.1297.0 package update #53299

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

Closed
wants to merge 2 commits into from
Closed
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: 7 additions & 2 deletions snyk-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: snyk-cli
version: "1.1296.2"
version: "1.1297.0"
epoch: 0
description: Snyk CLI scans and monitors your projects for security vulnerabilities
copyright:
Expand Down Expand Up @@ -30,10 +30,15 @@ pipeline:
with:
repository: https://github.com/snyk/cli
tag: v${{package.version}}
expected-commit: e38ac9984b485c07ce7ce61cb289e8898edef828
expected-commit: 1fcd6de570e7f40c091e4622adeec8947fdef5ab

- 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: go/bump
with:
modroot: cliv2
replaces: github.com/whilp/git-urls=github.com/chainguard-dev/[email protected]

- runs: |
# Write our version so `make build` doesn't produce an incorrectly-bumped one
echo "${{package.version}}" > binary-releases/version
Expand Down
Loading