Skip to content

Commit

Permalink
Merge pull request #67 from GitHubSecurityLab/common-3rd-party-paths
Browse files Browse the repository at this point in the history
CodeQL Synthetic Config - Add additional 3rd party paths to ignore
  • Loading branch information
GeekMasher authored Aug 20, 2024
2 parents 5ca21b4 + 1a5a248 commit 7e5b552
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configs/synthetics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ paths-ignore:
- "vendor/**"
- "examples/**"
- "tests/**"
- "site-packages/**"

# JavaScript
- "node_modules"
Expand All @@ -114,3 +115,12 @@ paths-ignore:
- "dist"
- "CoverageResults"
- "**/wwwroot/lib/**"
- "**/deps/**"
- "**/third_party/**"

# Ruby
- "**/gems/**"
- "**/spec/**/*_spec.rb"
- "**/test/**/*_test.rb"


0 comments on commit 7e5b552

Please sign in to comment.