Add CodeQL security scanning (#38939)

* Add CodeQL security scanning

* Add CodeQL configuration

Limiting analysis to the src folder only

* Add configuration file to codeql action workflow

* Update codeql-configuration.yml
This commit is contained in:
Justin Hutchings
2020-09-04 09:22:42 -07:00
committed by GitHub
parent 79f919e8f5
commit ea842c411e
2 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
name : CodeQL Configuration
paths:
- './src'