Skip to content

Commit

Permalink
Create CodeQL config file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaJackson-jobvite committed Feb 1, 2025
1 parent 074a7bf commit ac59a4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/codeql/codeql-config-default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Configuration file for CodeQL.
# You can tune the CodeQL analysis (excluding paths from being scanned for instance)
#
# See https://codeql.github.com/docs/codeql-cli/specifying-command-options-in-a-codeql-configuration-file/

paths-ignore:
- "**/*__tests__*/**"
- "*vendor"
- "**/vendor*/**"
- "docs/*"

0 comments on commit ac59a4b

Please sign in to comment.