Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions binary-releases/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1298.1](https://github.com/snyk/snyk/compare/v1.1298.0...v1.1298.1) (2025-07-22)
## [1.1298.2](https://github.com/snyk/snyk/compare/v1.1298.1...v1.1298.2) (2025-07-29)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli)

Expand All @@ -11,5 +11,6 @@ The Snyk CLI is being deployed to different deployment channels, users can selec

### Bug Fixes

* **container:** Fix failing scan of local container images ([6095a60](https://github.com/snyk/cli/pull/6052/commits/6095a60762687312f749bf5209e15604483be157))
* **mcp:** Fix incomplete mcp instrumentation ([9108dc0](https://github.com/snyk/cli/commit/9108dc042010842869c2f24b6b7371d117915418))
* **code:** Fix code test --report when a project_id environment variable exists ([8be17d6](https://github.com/snyk/cli/commit/8be17d6580fe3a41ba7d9337662116f10f596742))
* **mcp:** Skip trust browser popup if folder is already trusted
* **mcp:** Improve container scan security
4 changes: 2 additions & 2 deletions cliv2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ require (
github.com/snyk/cli-extension-sbom v0.0.0-20250422133603-a5ae6fdf0934
github.com/snyk/container-cli v0.0.0-20250321132345-1e2e01681dd7
github.com/snyk/error-catalog-golang-public v0.0.0-20250520155934-078275889e2c
github.com/snyk/go-application-framework v0.0.0-20250715120239-cdd02bd0c1eb
github.com/snyk/go-application-framework v0.0.0-20250725102518-7731c53720cc
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65
github.com/snyk/snyk-iac-capture v0.6.5
github.com/snyk/snyk-ls v0.0.0-20250718092639-0ac0531e19d7
github.com/snyk/snyk-ls v0.0.0-20250725084158-e5176373faf6
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
github.com/stretchr/testify v1.10.0
Expand Down
8 changes: 4 additions & 4 deletions cliv2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -804,16 +804,16 @@ github.com/snyk/container-cli v0.0.0-20250321132345-1e2e01681dd7 h1:/2+2piwQtB9f
github.com/snyk/container-cli v0.0.0-20250321132345-1e2e01681dd7/go.mod h1:38w+dcAQp9eG3P5t2eNS9eG0reut10AeJjLv5lJ5lpM=
github.com/snyk/error-catalog-golang-public v0.0.0-20250520155934-078275889e2c h1:rXUCGepwK38Xn00MKwfJRd5ecQ7ylvkudoMFBycIJUk=
github.com/snyk/error-catalog-golang-public v0.0.0-20250520155934-078275889e2c/go.mod h1:Ytttq7Pw4vOCu9NtRQaOeDU2dhBYUyNBe6kX4+nIIQ4=
github.com/snyk/go-application-framework v0.0.0-20250715120239-cdd02bd0c1eb h1:xV/Y1VMTkUax/WFeb9MSGP4VjaODvioY6i3EqkbADfM=
github.com/snyk/go-application-framework v0.0.0-20250715120239-cdd02bd0c1eb/go.mod h1:4DSu9PL2hypUjZhrT+zaMh3H5stAerMVfUs5XP1ST8U=
github.com/snyk/go-application-framework v0.0.0-20250725102518-7731c53720cc h1:Bv8uQHI/6V/1rjt+tEK2pbDB3fTWP4qSmcGLV7Zqvik=
github.com/snyk/go-application-framework v0.0.0-20250725102518-7731c53720cc/go.mod h1:4DSu9PL2hypUjZhrT+zaMh3H5stAerMVfUs5XP1ST8U=
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65 h1:CEQuYv0Go6MEyRCD3YjLYM2u3Oxkx8GpCpFBd4rUTUk=
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65/go.mod h1:88KbbvGYlmLgee4OcQ19yr0bNpXpOr2kciOthaSzCAg=
github.com/snyk/policy-engine v0.33.2 h1:ZxD6/RQ4vqUAXa64V72SsGjZ8vmnBgZNGYQxMIqctYo=
github.com/snyk/policy-engine v0.33.2/go.mod h1:YTZq3GMRbXcHOXQQrFRVEg+MQiIGCGZ1met6KlpruNo=
github.com/snyk/snyk-iac-capture v0.6.5 h1:992DXCAJSN97KtUh8T5ndaWwd/6ZCal2bDkRXqM1u/E=
github.com/snyk/snyk-iac-capture v0.6.5/go.mod h1:e47i55EmM0F69ZxyFHC4sCi7vyaJW6DLoaamJJCzWGk=
github.com/snyk/snyk-ls v0.0.0-20250718092639-0ac0531e19d7 h1:rAg2CTYCTZinhfHzDLFI0UgUE//+Zz/5FH1tb7g9kE4=
github.com/snyk/snyk-ls v0.0.0-20250718092639-0ac0531e19d7/go.mod h1:KICSlUZ6ueogFjCl1OkBytkUXT+5gMWNXKjl1qn6znU=
github.com/snyk/snyk-ls v0.0.0-20250725084158-e5176373faf6 h1:Affm/owCFH71iXCvyQIuuxZAy1tDb1jkLVQ5oegP8f8=
github.com/snyk/snyk-ls v0.0.0-20250725084158-e5176373faf6/go.mod h1:KICSlUZ6ueogFjCl1OkBytkUXT+5gMWNXKjl1qn6znU=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
github.com/sourcegraph/go-lsp v0.0.0-20240223163137-f80c5dd31dfd h1:Dq5WSzWsP1TbVi10zPWBI5LKEBDg4Y1OhWEph1wr5WQ=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ const userJourneyWorkflows: Workflow[] = [
INTERNAL_SNYK_CODE_IGNORES_ENABLED: 'false',
INTERNAL_SNYK_CODE_NATIVE_IMPLEMENTATION: 'false',
SNYK_CFG_ORG: process.env.TEST_SNYK_ORG_SLUGNAME,
PROJECT_ID: 'this_should_be_ignored',
},
},
{
type: 'golang/native',
env: {
INTERNAL_SNYK_CODE_NATIVE_IMPLEMENTATION: 'true',
SNYK_CFG_ORG: process.env.TEST_SNYK_ORG_SLUGNAME,
PROJECT_ID: 'this_should_be_ignored',
},
},
];
Expand Down