From 277743df4bb8a9fca24b531bdbd7f10a2d14de41 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 5 Apr 2026 03:37:28 +0000 Subject: [PATCH] Update CI files --- .gitleaks.toml | 10 ++++++++++ MANIFEST.in | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .gitleaks.toml 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 82301a4a..5652beb2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,3 +10,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