File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 22# This file configures which files and secrets to ignore during scanning
33
44# Ignore specific file patterns
5- paths-ignore :
5+ paths_ignore :
66 # Gitleaks configuration file (contains example secrets/patterns for detection)
77 - " .gitleaks.toml"
88
@@ -49,7 +49,7 @@ paths-ignore:
4949 - " **/packages/mobile-sdk-alpha/ios/Frameworks/**"
5050 - " **/packages/mobile-sdk-alpha/ios/SelfSDK/**"
5151# Ignore specific secret types for mock files
52- secrets-ignore :
52+ secrets_ignore :
5353 - " Generic Private Key" # For mock certificate keys
5454 - " Generic Certificate" # For mock certificates
5555 - " RSA Private Key" # For mock RSA keys
@@ -59,8 +59,6 @@ secret:
5959 ignored_matches :
6060 - match : 2036b4e50ad3042969b290e354d9864465107a14de6f5a36d49f81ea8290def8
6161 name : prebuilt-ios-arm64-apple-ios.private.swiftinterface
62- - match : 19414827
63- name : NFCPassportReader-swiftinterface-false-positive
6462 ignored_paths :
6563 - " .gitleaks.toml"
6664 - " **/*.swiftinterface"
You can’t perform that action at this time.
0 commit comments