Skip to content

Commit

Permalink
Create codeql-config.yml
Browse files Browse the repository at this point in the history
Signed-off-by: gamestime102 <[email protected]>
  • Loading branch information
gamestime102 authored Jan 19, 2025
1 parent febe98e commit 5ae6f47
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ codeql /codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Custom CodeQL Config"

queries:
- uses: security-and-quality
- uses: ./.github/codeql/custom-queries/javascript

paths:
- packages/web/src/javascripts
- packages/desktop/app

paths-ignore:
- bin
- node_modules
- build
- dist
- packages/desktop/app/dist

0 comments on commit 5ae6f47

Please sign in to comment.