Skip to content

Commit b3eaa7c

Browse files
committed
Exclude aaz folder from codeql scanning
1 parent b3f7d8d commit b3eaa7c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CodeQL.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
path_classifiers:
22
library:
33
- "src/**/vendored_sdks/"
4+
- "src/**/tests/"
45
- "src/k8s-extension/azext_k8s_extension/partner_extensions/*.py"
5-
- src/virtual-wan/azext_vwan/custom.py
6-
- src/k8s-configuration/azext_k8s_configuration/validators.py
7-
- src/connectedk8s/azext_connectedk8s/custom.py
86
- src/alias/azext_alias/custom.py
97
- src/alias/azext_alias/alias.py
10-
- src/dataprotection/azext_dataprotection/manual/helpers.py
118
- src/containerapp/azext_containerapp/_utils.py
12-
- "src/**/tests/"
9+
- src/connectedk8s/azext_connectedk8s/custom.py
10+
- src/dataprotection/azext_dataprotection/manual/helpers.py
11+
- src/k8s-configuration/azext_k8s_configuration/validators.py
12+
- src/virtual-wan/azext_vwan/custom.py
13+
generated:
14+
- "src/**/aaz/"

0 commit comments

Comments
 (0)