mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
651 B
651 B
category
| category |
|---|
| minorAnalysis |
- The Python extractor now extracts files in hidden directories by default. If you would like to skip files in hidden directories, add
paths-ignore: ["**/.*/**"]to your Code Scanning config. If you would like to skip all hidden files, you can usepaths-ignore: ["**/.*"]. When using the CodeQL CLI for extraction, specify the configuration (creating the configuration file if necessary) using the--codescanning-configoption.