We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad68e5 commit 643f144Copy full SHA for 643f144
.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
@@ -9,3 +9,5 @@ include test_requirements.txt
include unittest_requirements.txt
include pulp_python/app/webserver_snippets/*
11
exclude releasing.md
12
+
13
+exclude .gitleaks.toml
0 commit comments