From 643f144dbfea89ade453ce84b82e029fa6e737b6 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 1 Apr 2026 19:47:26 +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 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