Skip to content

Commit

Permalink
Merge pull request #4706 from snyk/docs/automatic-gitbook-update
Browse files Browse the repository at this point in the history
Synchronizing CLI help from user-docs
  • Loading branch information
PeterSchafer committed Jun 22, 2023
2 parents 2d64551 + 533bf29 commit 26a4247
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions help/cli-commands/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,21 +222,21 @@ Snyk reports test results per pom.xml file.

### `--scan-unmanaged`

To monitor individual JAR, WAR, and AAR files, you need to use the following: 
To monitor individual JAR, WAR, and AAR files, use the following: 

```
--scan-unmanaged --file=<JAR_FILE_NAME>
```

### `--scan-all-unmanaged`

Auto-detect maven JAR, WAR, and AAR files in a given folder.&#x20;
Auto-detect Maven, JAR, WAR, and AAR files recursively from the current folder.&#x20;

```
--scan-all-unmanaged
```

**Note**: Custom-built JAR files, even with open source dependencies, are not supported.
**Note**: Custom-built JAR files, even with open-source dependencies, are not supported.

## Options for Gradle projects

Expand Down
4 changes: 2 additions & 2 deletions help/cli-commands/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,15 @@ Snyk reports test results per pom.xml file.

### `--scan-unmanaged`

To test individual JAR, WAR, and AAR files, you need to use the following:&#x20;
To test individual JAR, WAR, and AAR files, use the following:&#x20;

```
--scan-unmanaged --file=<JAR_FILE_NAME>
```

### `--scan-all-unmanaged`

Auto-detect maven JAR, WAR, and AAR files in a given folder.&#x20;
Auto-detect Maven, JAR, WAR, and AAR files recursively from the current folder.&#x20;

```
--scan-all-unmanaged
Expand Down

0 comments on commit 26a4247

Please sign in to comment.