@@ -23,13 +23,14 @@ If you don't want to provide the Socket API Token every time then you can use th
2323| --api-token | False | | Socket Security API token (can also be set via SOCKET_SECURITY_API_KEY env var) |
2424
2525#### 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. |
3334
3435#### Pull Request and Commit
3536| 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
3940| --commit-sha | False | "" | Commit SHA |
4041
4142#### 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) |
4749
4850#### Branch and Scan Configuration
4951| Parameter | Required | Default | Description |
0 commit comments