Skip to content

Commit

Permalink
docs: synchronizing help from snyk/user-docs (#4895)
Browse files Browse the repository at this point in the history
Co-authored-by: Avishagp <noreply@snyk.io>
  • Loading branch information
github-actions[bot] and Avishagp committed Oct 9, 2023
1 parent bede2b5 commit d8cd708
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
12 changes: 6 additions & 6 deletions help/cli-commands/iac-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Allowed values: `critical, high, medium, low`

For more information see Project attributes

This option is not supported for Integrated IaC (Limited Availability).
This option is not supported for IaC+.

### `--project-environment=<ENVIRONMENT>[,<ENVIRONMENT>]...>`

Expand All @@ -111,7 +111,7 @@ Allowed values: `frontend`, `backend`, `internal`, `external`, `mobile`, `saas`,

For more information see [Project attributes](https://docs.snyk.io/manage-issues/introduction-to-snyk-projects/project-attributes)

This option is not supported for Integrated IaC (Limited Availability).
This option is not supported for IaC+.

### `--project-lifecycle=<LIFECYCLE>[,<LIFECYCLE>]...>`

Expand All @@ -123,7 +123,7 @@ Allowed values: `production`, `development`, `sandbox`

For more information see [Project attributes](https://docs.snyk.io/manage-issues/introduction-to-snyk-projects/project-attributes)

This option is not supported for Integrated IaC (Limited Availability).
This option is not supported for IaC+.

### `--project-tags=<TAG>[,<TAG>]...>`

Expand All @@ -135,7 +135,7 @@ Example: `--project-tags=department=finance,team=alpha`

To clear the project tags set `--project-tags=`

This option is not supported for Integrated IaC (Limited Availability).
This option is not supported for IaC+.

For more information including allowable characters see [Project tags](https://docs.snyk.io/manage-issues/introduction-to-snyk-projects/project-tags)

Expand Down Expand Up @@ -169,7 +169,7 @@ Example: Scan the configuration files using custom rules and internal Snyk rules

Note: This option can not be used in combination with the `--report` option.

This option is not supported for Integrated IaC (Limited Availability).
This option is not supported for IaC+.

### `--severity-threshold=<low|medium|high|critical>`

Expand Down Expand Up @@ -216,7 +216,7 @@ Example:

Use the last scan from your Snyk Cloud Environment to suppress issues. For more information, see [Adding cloud context to your IaC test](https://docs.snyk.io/scan-cloud-deployment/snyk-infrastructure-as-code/integrated-infrastructure-as-code/adding-cloud-context-to-your-iac-test)

This option is only supported for Integrated IaC (Limited Availability).
This option is only supported for IaC+.

Example:

Expand Down
8 changes: 8 additions & 0 deletions help/cli-commands/sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,14 @@ Usage: `--max-depth=1`

Use `0` (zero, the default) to disable archive extraction completely.

## Options for build tools

### `-- [<CONTEXT-SPECIFIC_OPTIONS>]`

Use a double dash (`--`) after the complete Snyk command to pass additional options (arguments, flags) that follow directly to the build tool, for example Gradle or Maven.

Example: `snyk sbom -- -s settings.xml`

## Examples for the snyk sbom command

### Create a CycloneDX JSON document for a local software project
Expand Down

0 comments on commit d8cd708

Please sign in to comment.