Skip to content

Commit

Permalink
move file
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Nov 20, 2024
1 parent cbc2919 commit 3f38521
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 92 deletions.
29 changes: 29 additions & 0 deletions .github/codeql/codeql-config.yml
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/
92 changes: 0 additions & 92 deletions .github/workflows/codeql.yml

This file was deleted.

0 comments on commit 3f38521

Please sign in to comment.