Separate RC10 manifest provenance warnings
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-18 07:32:57 +02:00
parent dbdc594f94
commit 6a72c14c57
4 changed files with 27 additions and 5 deletions
@@ -88,6 +88,9 @@ manifest = {
family: len(items) for family, items in families.items()
},
"missing_referenced_path_count": 0,
"missing_manifest_artifact_count": audit.get("integrity", {}).get(
"missing_manifest_artifact_count", 0
),
}
(root / "manifest.json").write_text(
json.dumps(manifest, indent=2, sort_keys=True) + "\n",