Skip to content

Commit 545303c

Browse files
committed
fix gitguardian
1 parent d117cb8 commit 545303c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitguardian.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)