II.
Workflow JSON
Structured · liveworkflow:open-source-license-audit
Open Source License Audit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:open-source-license-audit",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-4.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Open Source License Audit",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "standard",
"description": "Auditing open source dependencies for license compliance -- scanning\ndependency trees, classifying licenses by compatibility (permissive,\ncopyleft, proprietary-incompatible), flagging violations, coordinating\nremediation with engineering teams, and updating the approved license\nlist. Produces license audit reports, violation logs, and remediation\naction plans.\n"
},
"outgoingEdges": [
{
"from": "workflow:open-source-license-audit",
"to": "role:chief-architect",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:open-source-license-audit",
"to": "role:head-of-security",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:open-source-license-audit",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:open-source-license-audit",
"to": "domain:compliance",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:open-source-license-audit",
"to": "responsibility:architecture-governance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:open-source-license-audit",
"to": "responsibility:security-posture",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:open-source-license-audit",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:open-source-license-audit",
"to": "org-unit:legal-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}