-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bootstrap FUNDING.yml and trufflehog.yml #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # Default owners | ||
| * @KooshaPari | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| github: [KooshaPari] | ||
| custom: ["https://kooshapari.com/sponsor"] | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FUNDING.yml placed at root instead of .github directoryMedium Severity
Reviewed by Cursor Bugbot for commit be00de9. Configure here. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| version: 1 | ||
| roots: | ||
| - path: . | ||
| scan_depth: 4 | ||
| exclude_paths: | ||
| - "*.lock" | ||
| - "**/node_modules/**" | ||
| - "**/__pycache__/**" | ||
| - "**/.venv/**" | ||
| - "**/target/**" | ||
| - "**/.git/**" | ||
| detectors: | ||
| - allowlist: false | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. trufflehog.yml config not referenced by existing workflowMedium Severity This root-level Reviewed by Cursor Bugbot for commit be00de9. Configure here. |
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Root CODEOWNERS is ignored due to .github precedence
Low Severity
A root-level
CODEOWNERSis added, but.github/CODEOWNERSalready exists with more detailed ownership rules. GitHub checks.github/first and ignores any otherCODEOWNERSfile. This root-level file is completely inert and could confuse contributors about which file is authoritative.Reviewed by Cursor Bugbot for commit be00de9. Configure here.