Skip to content

Commit baf5e3b

Browse files
authored
Update paths-ignore in codeql-config.yml (#13)
Update codeql "paths-ignore" config to ignore (more) tests.
1 parent baaf932 commit baf5e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ queries:
44
- uses: security-extended
55

66
paths-ignore:
7+
- '.github/skills/create-codeql-query-development-workshop/examples/*/*-tests/**'
78
## Ignore test code used for integration tests
89
- 'client/integration-tests/**'
910
## Ignore test code for CodeQL query unit tests, because queries that
1011
## check for vulnerable code patterns will, naturally, have test cases
1112
## that contain those patterns.
1213
- 'server/ql/*/examples/test/**'
1314
- 'server/ql/*/tools/test/**'
15+
- 'server/test/**'
1416
- 'workshops/*/exercises-tests/*/**'
1517
- 'workshops/*/solutions-tests/*/**'
16-
- '.github/skills/create-codeql-query-development-workshop/examples/*/exercises-tests/**'
17-
- '.github/skills/create-codeql-query-development-workshop/examples/*/solutions-tests/**'

0 commit comments

Comments
 (0)