@@ -23,13 +23,14 @@ If you don't want to provide the Socket API Token every time then you can use th
23
23
| --api-token | False | | Socket Security API token (can also be set via SOCKET_SECURITY_API_KEY env var) |
24
24
25
25
#### Repository
26
- | Parameter | Required | Default | Description |
27
- |:--------------|:---------|:--------|:------------------------------------------------------------------------|
28
- | --repo | False | | Repository name in owner/repo format |
29
- | --integration | False | api | Integration type (api, github, gitlab) |
30
- | --owner | False | | Name of the integration owner, defaults to the socket organization slug |
31
- | --branch | False | "" | Branch name |
32
- | --committers | False | | Committer(s) to filter by |
26
+ | Parameter | Required | Default | Description |
27
+ |:-----------------|:---------|:--------|:------------------------------------------------------------------------|
28
+ | --repo | False | | Repository name in owner/repo format |
29
+ | --integration | False | api | Integration type (api, github, gitlab) |
30
+ | --owner | False | | Name of the integration owner, defaults to the socket organization slug |
31
+ | --branch | False | "" | Branch name |
32
+ | --committers | False | | Committer(s) to filter by |
33
+ | --repo-is-public | False | False | If set, flags a new repository creation as public. Defaults to false. |
33
34
34
35
#### Pull Request and Commit
35
36
| Parameter | Required | Default | Description |
@@ -39,11 +40,12 @@ If you don't want to provide the Socket API Token every time then you can use th
39
40
| --commit-sha | False | "" | Commit SHA |
40
41
41
42
#### Path and File
42
- | Parameter | Required | Default | Description |
43
- |:--------------|:---------|:--------|:-------------------------------------|
44
- | --target-path | False | ./ | Target path for analysis |
45
- | --sbom-file | False | | SBOM file path |
46
- | --files | False | [] | Files to analyze (JSON array string) |
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) |
47
49
48
50
#### Branch and Scan Configuration
49
51
| Parameter | Required | Default | Description |
0 commit comments