Ignore static/web for codeql (#3397)
* Ignore static/web for codeql * use different config for different languages * put something in go config
This commit is contained in:
parent
3cf550c916
commit
448659e1c6
1
.github/codeql/go.yml
vendored
Normal file
1
.github/codeql/go.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
name: Go config
|
4
.github/codeql/javascript.yml
vendored
Normal file
4
.github/codeql/javascript.yml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
name: Javascript config
|
||||
|
||||
paths-ignore:
|
||||
- static/web
|
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config-file: ./.github/codeql/${{ matrix.language }}.yml
|
||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||
# By default, queries listed here will override any specified in a config file.
|
||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||
|
Loading…
Reference in New Issue
Block a user