-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: "DA CodeQL" | ||
version: 3 | ||
options: | ||
# Adjust the number of threads used by CodeQL | ||
threads: 0 # Use all available CPU cores | ||
# Enable experimental analysis options if needed | ||
experimental: false | ||
queries: | ||
# Specify the query packs to use | ||
- name: security-and-quality | ||
include: | ||
- codeql/javascript-queries | ||
# Additional custom queries can be added here if needed | ||
databases: | ||
# Specify the languages and their corresponding extractors | ||
languages: | ||
javascript: | ||
# Specify paths for the TypeScript configuration file | ||
typescript: [tsconfig.json] | ||
include: | ||
- src/ | ||
# Paths to the source code to be analyzed | ||
source: | ||
- src/ | ||
# Paths to external dependencies to be excluded | ||
exclude: | ||
- node_modules/ | ||
- dist/ | ||
- out/ |
This file was deleted.
Oops, something went wrong.