Skip to content

Commit fba71fc

Browse files
committed
Enable codeql
1 parent 713ecc1 commit fba71fc

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/codeql-config.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
name: "CodeQL config"
1+
# ===============================================================
2+
# 📄 CodeQL Configuration
3+
# ===============================================================
4+
# This configuration:
5+
# • Utilizes standard 'security-extended' and 'security-and-quality' query suites
6+
# • Excludes 'tests' and 'docs' directories from analysis
7+
# ---------------------------------------------------------------
8+
9+
name: "CodeQL Configuration"
10+
211
queries:
3-
- name: Run custom queries
4-
uses: ./queries
5-
# Run all extra query suites
6-
- uses: security-experimental
712
- uses: security-extended
813
- uses: security-and-quality
14+
915
paths-ignore:
1016
- tests
1117
- docs

0 commit comments

Comments
 (0)