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"
9999#### Analyze all projects in a self-hosted Gitlab instance
100100
101101``` 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
103103```
104104
105105### Configuration Options
@@ -109,7 +109,7 @@ poutine analyze_org my-org/project --token "$GL_TOKEN" --scm gitlab --scm-base-u
109109--format Output format (default: pretty, json, sarif)
110110--ignore-forks Ignore forked repositories in the organization(analyze_org)
111111--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
113113--threads Number of threads to use (default: 2)
114114--config Path to the configuration file (default: .poutine.yml)
115115--verbose Enable debug logging
You can’t perform that action at this time.
0 commit comments