Skip to content

Commit f36fba3

Browse files
committed
README: Fix --excluded-ecosystems parameter docs
1 parent e250d14 commit f36fba3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ If you don't want to provide the Socket API Token every time then you can use th
4040
| --commit-sha | False | "" | Commit SHA |
4141
4242
#### Path and File
43-
| Parameter | Required | Default | Description |
44-
|:-------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
45-
| --target-path | False | ./ | Target path for analysis |
46-
| --sbom-file | False | | SBOM file path |
47-
| --files | False | [] | Files to analyze (JSON array string) |
48-
| --exclude-patterns | False | [] | List of patterns to exclude from analysis (JSON array string). You can get supported files form the [Supported Files API](https://docs.socket.dev/reference/getsupportedfiles) |
43+
| Parameter | Required | Default | Description |
44+
|:----------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
45+
| --target-path | False | ./ | Target path for analysis |
46+
| --sbom-file | False | | SBOM file path |
47+
| --files | False | [] | Files to analyze (JSON array string) |
48+
| --excluded-ecosystems | False | [] | List of ecosystems to exclude from analysis (JSON array string). You can get supported files from the [Supported Files API](https://docs.socket.dev/reference/getsupportedfiles) |
4949
5050
#### Branch and Scan Configuration
5151
| Parameter | Required | Default | Description |

0 commit comments

Comments
 (0)