Skip to content

Commit 97c5312

Browse files
authored
Remove api/client from directories to scan (#5708)
1 parent bd58041 commit 97c5312

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/codeql/codeql-config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: "CodeQL config"
2+
3+
queries:
4+
- uses: security-and-quality
5+
6+
paths-ignore:
7+
- '/api/client'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: "CodeQL"
22

33
on:
44
push:
5-
paths-ignore:
6-
- api/client
75
pull_request:
8-
paths-ignore:
9-
- api/client
106
schedule:
117
- cron: '0 10 * * 2'
128

@@ -29,6 +25,6 @@ jobs:
2925
uses: github/codeql-action/init@v2
3026
with:
3127
languages: ${{ matrix.language }}
32-
queries: +security-and-quality
28+
config-file: ./.github/codeql/codeql-config.yml
3329
- name: Perform CodeQL Analysis
3430
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)