Skip to content

Commit 79d85a5

Browse files
ci: Exclude cookiecutter files from CodeQL analysis (#2912)
1 parent 0f93c2e commit 79d85a5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/codeql-config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
paths:
2+
- samples
3+
- singer_sdk
4+
- tests
5+
paths-ignore:
6+
- cookiecutter

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
# Initializes the CodeQL tools for scanning.
4848
- uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
4949
with:
50+
config-file: .github/codeql-config.yml
5051
languages: ${{ matrix.language }}
5152
# If you wish to specify custom queries, you can do so here or in a config file.
5253
# By default, queries listed here will override any specified in a config file.

0 commit comments

Comments
 (0)