We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28e9a1 commit 100f4b3Copy full SHA for 100f4b3
.gitleaks.toml
@@ -0,0 +1,10 @@
1
+[allowlist]
2
+ description = "Allow specific test-keys."
3
+ paths = [
4
+ ]
5
+ regexes = [
6
+ '''AKIAIT2Z5TDYPX3ARJBA''',
7
+ '''qR\+vjWPU50fCqQuUWbj9Fain/j2pV\+ZtBCiDiieS''',
8
+ '''fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS''',
9
+ '''Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw''',
10
MANIFEST.in
@@ -10,3 +10,5 @@ include test_requirements.txt
include unittest_requirements.txt
11
include pulp_python/app/webserver_snippets/*
12
exclude releasing.md
13
+
14
+exclude .gitleaks.toml
0 commit comments