Skip to content

Releases: snyk/cli

v1.1307.0

Choose a tag to compare

@team-cli-bot team-cli-bot released this 26 Aug 14:15
8e67f44

1.1307.0 (2026-08-26)

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

Features

  • agent: New experimental snyk agent command — a scanning surface built for AI coding agents, with token-optimized output and ergonomics. snyk agent test runs Snyk Open Source, Code, and Secrets together. (b98420c)
  • secrets: snyk secrets test now supports exclusions — add files or paths to the exclude section of your .snyk file to skip them during secrets scanning. (917bbc5)
  • container: Container scans now surface image provenance attestations by default, so signed-image provenance metadata appears in results without any extra flag. (0c444b0)
  • test: Improves .NET/NuGet scanning — snyk test can now analyze already-restored projects fully offline and no longer requires .NET 6 to be installed. (46cf92c)
  • mcp: The full MCP profile now includes Snyk Secrets. (1d2848e)
  • code, secrets: SARIF suppressions now include reviewedOn and reviewedBy metadata. (5585ea6)
  • aibom: snyk aibom test --severity-threshold now filters the displayed and JSON results by severity, not only the exit code. (a429c2e)

Bug Fixes

v1.1306.4

Choose a tag to compare

@team-cli-bot team-cli-bot released this 13 Aug 15:08
98d1b9b

1.1306.4 (2026-08-13)

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

Bug Fixes

  • general: Clearer error messages when the CLI cannot reach a configured proxy, including the proxy URL and a specific error code (SNYK-CLI-0028). (a5ebf60)
  • deps: Updates dependencies to fix vulnerabilities:

v1.1306.3

Choose a tag to compare

@team-cli-bot team-cli-bot released this 06 Aug 12:39
dc7db04

1.1306.3 (2026-08-05)

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

Bug Fixes

v1.1306.2

Choose a tag to compare

@team-cli-bot team-cli-bot released this 27 Jul 15:27
ae94301

1.1306.2 (2026-07-27)

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

Bug Fixes

  • language-server: Improved authentication handling in the Snyk Language Server, which powers Snyk's IDE integrations. (3afb07a)
  • deps: Updates dependencies to fix vulnerabilities:
    • SNYK-GOLANG-GOOGLEGOLANGORGGRPCINTERNALXDSRBAC-18172577 (11d1660)

v1.1306.1

Choose a tag to compare

@team-cli-bot team-cli-bot released this 16 Jul 15:03
fabaafd

1.1306.1 (2026-07-16)

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

Bug Fixes

v1.1306.0

Choose a tag to compare

@team-cli-bot team-cli-bot released this 09 Jul 12:32
d4e9a98

1.1306.0 (2026-07-09)

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

Features

  • doctor: Adds the snyk doctor command to diagnose common CLI problems: generate a diagnostic report for the current system, or analyze debug log output. (ab56a0e)
  • container: Container scans now detect the Java runtime version across a wider range of JVM base images, and can now find vulnerabilities in .NET application dependencies. (5586aac)
  • mcp: The breakability evaluation tool in the Snyk MCP Server is now enabled by default and no longer requires an experimental flag. (56a9196)
  • test: Improves dependency detection for Gradle projects. (c819b69)
  • redteam: The experimental snyk redteam command has been removed from the CLI, following its deprecation (deprecation date May 31, 2026). (c7d0e3e)

Bug Fixes

  • general: Shows a warning when a request is automatically retried due to rate limiting, instead of retrying silently. (f803397)
  • general: Skips the reachability upload when no supported files are present, instead of failing. (9ba448c)
  • test: Fixes dependency resolution for Swift Package Manager projects that reference packages by registry identity, so they're correctly matched to their GitHub source for vulnerability scanning. (64ac442)
  • test: Fixes scanning of sbt projects with custom Scala configurations. (5765a12)
  • test: Fixes a bug where scanning Yarn workspaces could report vulnerabilities from a workspace member's dev dependencies as if they were production dependencies, when that member was consumed by a sibling package. (ade08e4)
  • test: Gracefully handle missing dotnet CLI during NuGet runtime resolution scans (f61edb3)
  • deps: Updates dependencies to fix vulnerabilities:

v1.1305.2

Choose a tag to compare

@team-cli-bot team-cli-bot released this 23 Jun 09:58
26cac57

1.1305.2 (2026-06-23)

Bug Fixes

v1.1305.1

Choose a tag to compare

@team-cli-bot team-cli-bot released this 02 Jun 10:24
1602f76

1.1305.1 (2026-06-02)

Bug Fixes

v1.1305.0

Choose a tag to compare

@team-cli-bot team-cli-bot released this 20 May 12:58
b9c7b9a

1.1305.0 (2026-05-20)

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

Features

  • sbom: Introduces the --allow-incomplete-sbom flag for snyk sbom, allowing the SBOM to be generated even when individual projects fail to resolve. Failed projects are surfaced as per-project errors alongside the successful results. (29ba128)
  • container: Speed up snyk container monitor by sending dependency requests in parallel, configurable via the SNYK_REQUEST_CONCURRENCY environment variable. (186c5fb, 6764f65)
  • general: Linux ARM64 and AMD64 binaries are now statically linked by default. (f02b850)
  • mcp: Adds an experimental breakability evaluation tool to the Snyk MCP Server. (69806f5)

Bug Fixes

v1.1304.3

Choose a tag to compare

@team-cli-bot team-cli-bot released this 13 May 12:25
494c2a9

1.1304.3 (2026-05-13)

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

Bug Fixes

Known Issues