Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 661 Bytes

File metadata and controls

5 lines (3 loc) · 661 Bytes

4.0.8

Minor Analysis Improvements

  • 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 use paths-ignore: ["**/.*"]. When using the CodeQL CLI for extraction, specify the configuration (creating the configuration file if necessary) using the --codescanning-config option.