Skip to content

Commit

Permalink
Exclude aaz folder from codeql scanning (#8363)
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn-ys authored Dec 10, 2024
1 parent b3f7d8d commit 591a926
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CodeQL.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
path_classifiers:
library:
- "src/**/vendored_sdks/"
- "src/**/tests/"
- "src/k8s-extension/azext_k8s_extension/partner_extensions/*.py"
- src/virtual-wan/azext_vwan/custom.py
- src/k8s-configuration/azext_k8s_configuration/validators.py
- src/connectedk8s/azext_connectedk8s/custom.py
- src/alias/azext_alias/custom.py
- src/alias/azext_alias/alias.py
- src/dataprotection/azext_dataprotection/manual/helpers.py
- src/containerapp/azext_containerapp/_utils.py
- "src/**/tests/"
- src/connectedk8s/azext_connectedk8s/custom.py
- src/dataprotection/azext_dataprotection/manual/helpers.py
- src/k8s-configuration/azext_k8s_configuration/validators.py
- src/virtual-wan/azext_vwan/custom.py
generated:
- "src/**/aaz/"

0 comments on commit 591a926

Please sign in to comment.