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 58b7fb00..c3ca8829 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,3 +11,5 @@ include unittest_requirements.txt include pulp_python/app/webserver_snippets/* include pulp_python/tests/functional/assets/* exclude releasing.md + +exclude .gitleaks.toml \ No newline at end of file