feat(workforce): add ClickHouse workforce analytics contour

This commit is contained in:
igor04091968
2026-06-23 21:52:57 +03:00
parent 341799ff9d
commit 337da4bb5f
44 changed files with 3973 additions and 461 deletions
+4
View File
@@ -286,6 +286,7 @@ fn is_allowed_python_runtime_path(rel: &str) -> bool {
|| rel == "proxmox/tsj_guardian_bot.py"
|| rel == "proxmox/test_tsj_guardian_bot.py"
|| rel == "scripts/package_rust_release_binaries.py"
|| rel == "scripts/public_secret_pattern_check.py"
}
fn is_detmir_retired_runtime_path(rel: &str) -> bool {
@@ -348,6 +349,9 @@ mod tests {
assert!(is_allowed_python_runtime_path(
"scripts/package_rust_release_binaries.py"
));
assert!(is_allowed_python_runtime_path(
"scripts/public_secret_pattern_check.py"
));
}
#[test]