mirror of
https://github.com/standardnotes/app
synced 2026-08-01 17:16:24 -04:00
chore: codeql analysis action (#548)
* Create codeql-analysis.yml * fix: custom codeql config * fix: ignore codeqldb dir * fix: use config file in codeql workflow Co-authored-by: Johnny Almonte <[email protected]>
This commit is contained in:
co-authored by
Johnny Almonte
parent
70a2f7dab7
commit
7679ba7c61
@@ -0,0 +1,12 @@
|
||||
name: "Custom CodeQL Config"
|
||||
|
||||
queries:
|
||||
- uses: security-and-quality
|
||||
- uses: ./.github/codeql/custom-queries/javascript
|
||||
|
||||
paths:
|
||||
- app/assets/javascripts
|
||||
|
||||
paths-ignore:
|
||||
- bin
|
||||
- node_modules
|
||||
Reference in New Issue
Block a user