Skip to content

Commit 687bb4d

Browse files
authored
Merge pull request github#3890 from github/tausbn-add-paths-ignore-to-code-scanning-config
Code Scanning: Don't scan the Python directory.
2 parents 01c4852 + b99ec29 commit 687bb4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ name: "CodeQL config"
22

33
queries:
44
- uses: security-and-quality
5+
6+
paths-ignore:
7+
- '/cpp/'
8+
- '/java/'
9+
- '/python/'

0 commit comments

Comments
 (0)