Prepare GeoIntel for public release
Managed validation / Managed repository validation (pull_request) Successful in 1m46s
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Successful in 1m51s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Successful in 20s
GeoIntel release gates / Production AI image, SBOM and container scan (pull_request) Successful in 15m3s
GeoIntel release gates / Deploy exact gated revision to Unraid (pull_request) Skipped
Managed validation / Managed repository validation (pull_request) Successful in 1m46s
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Successful in 1m51s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Successful in 20s
GeoIntel release gates / Production AI image, SBOM and container scan (pull_request) Successful in 15m3s
GeoIntel release gates / Deploy exact gated revision to Unraid (pull_request) Skipped
This commit is contained in:
@@ -10,7 +10,13 @@ from pathlib import Path
|
||||
|
||||
ROOT = Path(__file__).resolve().parents[1]
|
||||
BLOCKED_PATHS = {".mcp.json"}
|
||||
BLOCKED_PREFIXES = (".codex-input/", ".codex-artifacts/", ".playwright-mcp/", "data/")
|
||||
BLOCKED_PREFIXES = (
|
||||
".codex-input/",
|
||||
".codex-artifacts/",
|
||||
".playwright-mcp/",
|
||||
"artifacts/",
|
||||
"data/",
|
||||
)
|
||||
BLOCKED_SUFFIXES = (".db", ".db-shm", ".db-wal")
|
||||
BLOCKED_CONTENT = (
|
||||
b"192.168." + b"10.150",
|
||||
@@ -21,7 +27,6 @@ BLOCKED_CONTENT = (
|
||||
)
|
||||
LARGE_FILE_LIMIT = 20 * 1024 * 1024
|
||||
LARGE_FILE_ALLOWLIST_PREFIXES = (
|
||||
"artifacts/evidence/accuracy/",
|
||||
"docs/assets/",
|
||||
"frontend/public/portfolio/",
|
||||
"output/pdf/",
|
||||
|
||||
Reference in New Issue
Block a user