File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " CodeQL Config"
2+
3+ paths-ignore :
4+ # Ignore template files - these are boilerplate code that shouldn't be analyzed
5+ - " src/crewai/cli/templates/**"
6+ # Ignore test cassettes - these are test fixtures/recordings
7+ - " tests/cassettes/**"
8+ # Ignore cache and build artifacts
9+ - " .cache/**"
10+ # Ignore documentation build artifacts
11+ - " docs/.cache/**"
12+
13+ paths :
14+ # Include all Python source code
15+ - " src/**"
16+ # Include tests (but exclude cassettes)
17+ - " tests/**"
18+
19+ # Configure specific queries or packs if needed
20+ # queries:
21+ # - uses: security-and-quality
Original file line number Diff line number Diff line change 7373 with :
7474 languages : ${{ matrix.language }}
7575 build-mode : ${{ matrix.build-mode }}
76+ config-file : ./.github/codeql/codeql-config.yml
7677 # If you wish to specify custom queries, you can do so here or in a config file.
7778 # By default, queries listed here will override any specified in a config file.
7879 # Prefix the list here with "+" to use these queries and those in the config file.
You can’t perform that action at this time.
0 commit comments