Skip to content

Commit

Permalink
adding ignore-forks flag example and config file (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSTAPLE117 authored May 13, 2024
1 parent 28464c0 commit 3b4b230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .poutine.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include:
- path: .poutine
ignoreForks: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ poutine analyze_org my-org/project --token "$GL_TOKEN" --scm gitlab --scm-base-u
```
--token SCM access token (required for the commands analyze_repo, analyze_org) (env: GH_TOKEN)
--format Output format (default: pretty, json, sarif)
--ignore-forks Ignore forked repositories in the organization(analyze_org)
--scm SCM platform (default: github, gitlab)
--scm-base-uri Base URI of the self-hosted SCM instance
--threads Number of threads to use (default: 2)
Expand Down

0 comments on commit 3b4b230

Please sign in to comment.