Skip to content

chore: Update release candidate#6556

Closed
PeterSchafer wants to merge 181 commits intorelease-candidatefrom
tmp/1771501579-release-candidate
Closed

chore: Update release candidate#6556
PeterSchafer wants to merge 181 commits intorelease-candidatefrom
tmp/1771501579-release-candidate

Conversation

@PeterSchafer
Copy link
Contributor

Release Candidate

bgardiner and others added 30 commits December 3, 2025 09:29
The projectName field in 'snyk container monitor --json' output was
incorrectly set to monitorResult.id (the monitor's public ID) instead
of monitorResult.projectName (the actual project name).

This caused the JSON output to display a UUID instead of the project's
display name (e.g., the image name or --project-name value).

Changes:
- Fixed src/lib/ecosystems/monitor.ts line 214 to use monitorResult.projectName
- Added unit test with mocked registry response to validate the fix
- Updated acceptance tests with correct expected projectName values
chore: remove tsh from Brewfile
…mpatibility

fix: sbom test experimental flag backwards compatibility
…help-main

docs: synchronizing help from snyk/user-docs
chore: Update main from rc for 1.1302.0
…-iac-rules

fix: upgrade cli-extension-iac-rules to address vulns [IAC-3478]
With this update users can now pass an --upload and --repo flag to persist their AI bom
feat: add missing fields to `--json` output for `snyk test` and `snyk sbom test`
…help-main

docs: synchronizing help from snyk/user-docs
fix(language-server): fedramp API URL construction
adrobuta and others added 27 commits February 16, 2026 18:52
fix: apply target-reference to container application scanResults
chore: add code-client-go as direct dependency for code workflow
…ovements

chore: improve UFM human-readable presentation for multi-project scans
Co-Authored-By: Tom Brewster <brew42@hotmail.com>
…n-sbom

chore: update Go to 1.25 and golangci-lint to v2
New studio-mcp version moves the Secure At Inception rules from local -> global
Updates container-cli to support --username, --password, --exclude-node-modules, and --nested-jars-depth.
Adds archive detection in container sbom so that docker-archive:, oci-archive:, kaniko-archive:, and bare .tar inputs no longer fail with a parse error.
feat: support new options in container sbom
Adds html report to redteam and redteam get commands. Also include improvementes to error messaging.
feat: bump cli-extension-ai-bom for HTML report support
…ature flag defaults

The fake test server defaults unknown feature flags to true, which caused
the new flag to be unexpectedly enabled during tap tests, adding an extra
property to options and failing t.same() assertions.
…clean

feat: update sdp and filter new facts behind ff CN-555
…-json-projectname

# Conflicts:
#	src/cli/commands/constants.ts
#	test/jest/acceptance/snyk-container/container.spec.ts
…name

fix: use correct projectName in container monitor JSON output
fix: add internal to CLI executable path env var
@github-actions
Copy link
Contributor

Warnings
⚠️

Please make changes to snyk help text in Gitbook. Changes will be automatically synchronised to Snyk CLI as a scheduled PR.
For more information, see: help/README.md.

⚠️

Since the CLI is unifying on a standard and improved tooling, we're starting to migrate old-style imports and exports to ES6 ones.
A file you've modified is using either module.exports or require(). If you can, please update them to ES6 import syntax and export syntax.
Files found:

  • src/cli/commands/test/index.ts
  • src/cli/ipc.ts
  • src/cli/main.ts
  • src/lib/plugins/get-multi-plugin-result.ts
  • src/lib/plugins/get-single-plugin-result.ts
  • src/lib/plugins/nodejs-plugin/npm-workspaces-parser.ts
  • src/lib/plugins/nodejs-plugin/yarn-workspaces-parser.ts
  • test/jest/acceptance/snyk-code/snyk-code-user-journey.spec.ts
  • test/jest/unit/cli-commands/test-and-monitor.spec.ts
  • test/jest/unit/iac/directory-loader.spec.ts
  • test/tap/monitor-target.test.ts
⚠️ There are multiple commits on your branch, please squash them locally before merging!
⚠️

"Merge pull request #6343 from snyk/fix/container-monitor-json-projectname" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge remote-tracking branch 'origin/main' into fix/container-monitor-json-projectname" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6546 from snyk/CN-555-filter-new-facts-behind-ff-clean" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"fix: register disableContainerMonitorProjectNameFix in fake server feature flag defaults" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"chore: automatic integration of language server b4fa3183668b6f0ced648e3c3650c16e7a024c59" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"feat: support new options and handle archive detection in container sbom" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6512 from snyk/chore/bump-go-version-cli-extension-sbom" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6517 from snyk/chore/CLI-1341_human_readable_improvements" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6473 from snyk/docs/automatic-gitbook-update-cli-help-main" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6538 from snyk/fix/include-dir-path-in-workspace-package" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"fix: include workspace dir prefix in manifest path for uv workspace members" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6520 from snyk/chore/PS-316/update-secrets-extension-err-version" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6499 from snyk/chore/AIBOM-517/update-aibom-extension" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6525 from snyk/chore/PS-346/relax-secrets-journey-tests" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"chore: automatic integration of language server 1b6ab0b80c10494194a4a99cd9e185378b3e0891" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6508 from snyk/fix/IAC-3497/bump-cli-extension-iac-and-cli-extension-iac-rules" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge remote-tracking branch 'origin/main' into fix/container-monitor-json-projectname" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6507 from snyk/fix/bump-mcp-scan-cli-extension-to-latest" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"fix(container): Avoid Undefined Error message for errors from 3rd party registries" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge remote-tracking branch 'origin/main' into chore/sync-main-with-v1.1302" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6500 from snyk/chore/PS-338/update-secrets-extension" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6495 from snyk/feat/osm-3492-dotnet-case-insensitive" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6485 from snyk/fix/bump-mcp-scan-extension-version-jan29" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6487 from snyk/fix/cli-1266_sarifRunAutomationDetailsId" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"chore: automatic integration of language server 1a31e5aa396eee6af0ec8ec15ebc0a48fe45a330" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6425 from snyk/feat/IAC-3473/add-exclude-parameter-support-for-iac-scanning" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6449 from snyk/fix/error-when-uv-manifest-out-of-sync" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"chore: automatic integration of language server c85af1965c7598d960e5b6043c09bb382b548006" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6463 from snyk/fix/revert-6326-to-resolve-snyk-sbom-failure" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6441 from snyk/docs/automatic-gitbook-update-cli-help-main" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6435 from snyk/fix/IAC-3478/upgrade-cli-extension-iac-rules" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6418 from snyk/chore/CLI-1268_maintenanceErrExitCode" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"chore: automatic integration of language server 36303931affc77193b1d73893666fdc293c110d7" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6424 from snyk/docs/automatic-gitbook-update-cli-help-main" is too long. Keep the first line of your commit message under 72 characters.

⚠️

"Merge pull request #6422 from snyk/fix/experimental-flag-backwards-compatibility" is too long. Keep the first line of your commit message under 72 characters.

Generated by 🚫 dangerJS against 1f3afcf

@PeterSchafer PeterSchafer deleted the tmp/1771501579-release-candidate branch February 19, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comments