diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 00000000..de0b82e7 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,10 @@ +[allowlist] + description = "Allow specific test-keys." + paths = [ + ] + regexes = [ + '''AKIAIT2Z5TDYPX3ARJBA''', + '''qR\+vjWPU50fCqQuUWbj9Fain/j2pV\+ZtBCiDiieS''', + '''fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS''', + '''Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw''', + ] diff --git a/MANIFEST.in b/MANIFEST.in index e519d8a0..ac275568 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,3 +9,5 @@ include test_requirements.txt include unittest_requirements.txt include pulp_python/app/webserver_snippets/* exclude releasing.md + +exclude .gitleaks.toml \ No newline at end of file