зеркало из https://github.com/Azure/ARO-RP.git
Add codeql configuration to prevent scanning vendor directory
This commit is contained in:
Родитель
aa37b6fb31
Коммит
af9f40ba7e
|
@ -69,3 +69,5 @@ jobs:
|
|||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2
|
||||
with:
|
||||
config-file: ./codeql-config.yml
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
name: "ARO CodeQL config"
|
||||
|
||||
# Skip the vendor directory as codeqlv2 analysis falls over
|
||||
paths-ignore:
|
||||
- 'vendor/**'
|
Загрузка…
Ссылка в новой задаче