1.1293.0 (2024-08-28)
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
News
- Starting with this version, Snyk cli binaries will be distributed via
downloads.snyk.io
instead ofstatic.snyk.io
. This includes intallation fromnpm
,homebrew
andscoop
as well as many of the CI/CD integrations.
Features
- sbom: add support for license issues in sbom test (6948668)
- auth: Use OAuth2 as default authentication mechanism (35949c4)
- config: Introduce config environment command (0d8dd2b)
- container: When docker is not installed, platform parameter is now supported (64b405d)
Bug Fixes
- auth: align auth failure error messages for oauth (e3bfec3)
- auth: ensure environment variable precedence for auth tokens (24417d6)
- test: fix a bug related to multi-project .NET folder structures (755a38f)
- test: multiple pnpm workspace improvements (da5c14f)
- test: fixes a bug regarding Snyk attempting to get the dependencies from the wrong nuget *.deps.json file.(2e17434)
- test: support for pipenv with python 3.12 (09df3bc)
- test: support multi-part comparison for python pip versions. (b625eb9)
- container: container monitor with --json now outputs valid json(039c9bd)
- container: support hashing large .jar files (6f82231)
- sbom: fix issues in JSON output of
sbom test
command, include CWE values onCWE
property (#5331) (99773c3) - sbom: include all detected dep-graphs of a container image (ea43977)
- iac: fixed an issue where the resource path was missing for certain Terraform resources. IAC-3015
- general: map previously unhandled exit codes to exit code 2 (9fde4fe)
- general: use entitlements when signing bundled macos binaries (bebc59c)