From 7f4c0648f750c0c57992e9039e8b5974086405f9 Mon Sep 17 00:00:00 2001 From: jamieallensnyk <83961092+jamieallensnyk@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:06:31 +0200 Subject: [PATCH] Add required options for snyk code test command (CLI upload) Updated the snyk code test command to include required options now that Code CLI upload is GA. --- docs/scan-with-snyk/snyk-essentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scan-with-snyk/snyk-essentials.md b/docs/scan-with-snyk/snyk-essentials.md index 02b1b3f8a50b..a7928b87eddd 100644 --- a/docs/scan-with-snyk/snyk-essentials.md +++ b/docs/scan-with-snyk/snyk-essentials.md @@ -90,4 +90,4 @@ Snyk Code does not automatically pick up the `git remoteurl`, even if the `.git` * [`snyk monitor`](../developer-tools/snyk-cli/commands/monitor.md#remote-repo-url-less-than-url-greater-than), for Snyk Open Source * [`snyk iac test`](../developer-tools/snyk-cli/commands/iac-test.md#remote-repo-url-less-than-url-greater-than) - also requires the `--report` command * `snyk container monitor` - no options available. - * `snyk code test` - no options available. + * `snyk code test` - also requires --report --project-name="" .