Files
pulse/scripts/release_control/secure_runtime_source_manifest_v4.json
T
2026-08-30 21:29:11 +01:00

43 lines
1.3 KiB
JSON

{
"schema_version": 1,
"manifest_id": "secure-runtime-linux-v4",
"target_os": "linux",
"description": "Production source boundary for the secure collector, typed helper, action runner, update path, control-plane admission, and systemd qualification harness.",
"exact_paths": [
"internal/models/converters.go",
"internal/models/models.go",
"internal/models/models_frontend.go",
"internal/monitoring/monitor.go",
"internal/monitoring/monitor_agents.go",
"internal/unifiedresources/adapters.go",
"internal/unifiedresources/types.go",
"internal/unifiedresources/views.go",
"pkg/agents/docker/report.go",
"scripts/install.sh",
"scripts/installtests/secure_runtime_systemd_lab_test.go",
"scripts/release_control/secure_runtime_attestation.py",
"scripts/release_control/secure_runtime_source_manifest_v4.json"
],
"recursive_roots": [
"cmd/pulse-agent",
"cmd/pulse-agent-helper",
"cmd/pulse-agent-runner",
"internal/actionrunner",
"internal/agentexec",
"internal/agenthelper",
"internal/agentupdate",
"internal/api",
"internal/config",
"internal/dockeragent",
"internal/hostagent",
"internal/operationreceipt"
],
"include_suffixes": [
".go",
".tmpl"
],
"exclude_suffixes": [
"_test.go"
]
}