File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ poutine analyze_org org --token "$GH_TOKEN"
99
99
#### Analyze all projects in a self-hosted Gitlab instance
100
100
101
101
``` bash
102
- poutine analyze_org my-org/project --token " $GL_TOKEN " --scm gitlab --scm-base-uri https://gitlab.example.com
102
+ poutine analyze_org my-org/project --token " $GL_TOKEN " --scm gitlab --scm-base-url https://gitlab.example.com
103
103
```
104
104
105
105
### Configuration Options
@@ -109,7 +109,7 @@ poutine analyze_org my-org/project --token "$GL_TOKEN" --scm gitlab --scm-base-u
109
109
--format Output format (default: pretty, json, sarif)
110
110
--ignore-forks Ignore forked repositories in the organization(analyze_org)
111
111
--scm SCM platform (default: github, gitlab)
112
- --scm-base-uri Base URI of the self-hosted SCM instance
112
+ --scm-base-url Base URI of the self-hosted SCM instance
113
113
--threads Number of threads to use (default: 2)
114
114
--config Path to the configuration file (default: .poutine.yml)
115
115
--verbose Enable debug logging
You can’t perform that action at this time.
0 commit comments