Skip to content

Commit 64dc547

Browse files
committed
add other library files for exclusion in CodeQL as they are all from external repo https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage
1 parent 99a1dbe commit 64dc547

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CodeQL.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
path_classifiers:
22
library:
3-
# Classify policies.py files as library code
4-
- "azure/multiapi/storagev2/**/policies.py"
3+
# Classify policies.py, _encryption.py, and _common_conversion.py files as library code
4+
- "azure/multiapi/storagev2/**/policies.py"
5+
- "azure/multiapi/storage/**/_encryption.py"
6+
- "azure/multiapi/**/_common_conversion.py"

0 commit comments

Comments
 (0)