Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit dd74f60

Browse files
committed
ci: specify paths for CodeQL GH action
1 parent 28f8734 commit dd74f60

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "NGINX Wrapper CodeQL config"
2+
3+
paths-ignore:
4+
- build
5+
- doc
6+
- sample_configs
7+
paths:
8+
- target
9+
- app
10+
- lib
11+
- plugins

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v1
3838
with:
39+
config-file: ./.github/codeql/codeql-config.yml
3940
languages: ${{ matrix.language }}
4041
# If you wish to specify custom queries, you can do so here or in a config file.
4142
# By default, queries listed here will override any specified in a config file.

0 commit comments

Comments
 (0)