Skip to content
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

snyk-cli/1.1295.2 package update #40479

Merged
merged 3 commits into from
Jan 27, 2025
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: 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.1295.1"
version: "1.1295.2"
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: 36ee374230a0caf2b4e4f1703de6d6baa262cdce
expected-commit: f6668a365cde7c655335db29d083ca66c117906a

- 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:
deps: github.com/open-policy-agent/[email protected] github.com/go-git/go-git/[email protected]
modroot: ./cliv2

- runs: make build

- runs: |
Expand Down
Loading