mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 06:35:06 +00:00
feat(server): add codeql security and quality queries and fix config (#1307)
* ci: fix query-filters * ci: fix codeql workflow * ci(codeql): security and quality queries
This commit is contained in:
parent
0006499f28
commit
e2b446d349
2 changed files with 8 additions and 7 deletions
5
.github/codeql/config.yml
vendored
Normal file
5
.github/codeql/config.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
query-filters:
|
||||
- exclude:
|
||||
id: js/disabling-certificate-validation
|
||||
- exclude:
|
||||
id: js/missing-rate-limiting
|
||||
Loading…
Add table
Add a link
Reference in a new issue