diff --git a/help/cli-commands/code.md b/help/cli-commands/code.md index 5c975e2579..9377b51978 100644 --- a/help/cli-commands/code.md +++ b/help/cli-commands/code.md @@ -65,7 +65,7 @@ Example: `$ snyk code test --json-file-output=vuln.json` Return results in SARIF format. -Example: \$snyk code +Example: $snyk code ### `--sarif-file-output=` diff --git a/help/cli-commands/container.md b/help/cli-commands/container.md index d1445d9f8d..046260f1a3 100644 --- a/help/cli-commands/container.md +++ b/help/cli-commands/container.md @@ -148,6 +148,8 @@ To fail on any vulnerability (the default behavior), do not use the `--fail-on` Allow detection of vulnerabilities in your application dependencies from container images, as well as from the operating system, all in one single scan. +In CLI version 1.962.0 and higher, use the `--app-vulns` option with the the `--json` option to see the operating system as well as application vulnerabilities in JSON format in the results. + ### `--nested-jars-depth` When using `--app-vulns` use the `--nested-jars-depth` option to set how many levels of nested jars Snyk is to unpack. Depth must be a number. diff --git a/help/cli-commands/iac.md b/help/cli-commands/iac.md index 4db3f1b136..882275b33c 100644 --- a/help/cli-commands/iac.md +++ b/help/cli-commands/iac.md @@ -15,7 +15,7 @@ For more information see [Snyk CLI for Infrastructure as Code](https://docs.snyk All the `snyk iac` commands are listed here with the help options: - [iac test](iac-test.md); `iac test --help`: tests for any known security issue -- [iac describe](iac-describe.md); `iac describe--help`: detects infrastructure drift and unmanaged cloud resources\ - Example: `snyk iac describe --only-unmanaged` - [iac update-exclude-policy](iac-update-exclude-policy.md); `iac update-exclude-policy --help`: auto-generates `.snyk` exclusions for cloud resources\ Example: `snyk iac describe --json --all | snyk iac update-exclude-policy` +- [iac describe](iac-describe.md); `iac describe --help`: detects infrastructure drift and unmanaged cloud resources\ + Example: `snyk iac describe --only-unmanaged`