Skip to content

Commit 7e5b552

Browse files
authored
Merge pull request #67 from GitHubSecurityLab/common-3rd-party-paths
CodeQL Synthetic Config - Add additional 3rd party paths to ignore
2 parents 5ca21b4 + 1a5a248 commit 7e5b552

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

configs/synthetics.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ paths-ignore:
104104
- "vendor/**"
105105
- "examples/**"
106106
- "tests/**"
107+
- "site-packages/**"
107108

108109
# JavaScript
109110
- "node_modules"
@@ -114,3 +115,12 @@ paths-ignore:
114115
- "dist"
115116
- "CoverageResults"
116117
- "**/wwwroot/lib/**"
118+
- "**/deps/**"
119+
- "**/third_party/**"
120+
121+
# Ruby
122+
- "**/gems/**"
123+
- "**/spec/**/*_spec.rb"
124+
- "**/test/**/*_test.rb"
125+
126+

0 commit comments

Comments
 (0)