Skip to content

Commit 39bc978

Browse files
authored
Code Scanning: Don't scan the Python directory.
... Possibly some of the other language teams want to get on this? 🙂 If so, give me a shout!
1 parent 04a0d47 commit 39bc978

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/codeql/codeql-config.yml

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

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

0 commit comments

Comments
 (0)