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:
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
|
||||
Reference in New Issue
Block a user