Separate RC10 manifest provenance warnings
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user