Merge pull request #3596 from robertbrignull/more-suites

Add more code-scanning suites
This commit is contained in:
Jonas Jensen
2020-06-12 09:08:20 +02:00
committed by GitHub
15 changed files with 101 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
- description: Security-and-quality queries for Python
- qlpack: codeql-python
- apply: security-and-quality-selectors.yml
from: codeql-suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Security-extended queries for Python
- qlpack: codeql-python
- apply: security-extended-selectors.yml
from: codeql-suite-helpers