initiatives
Define the initiatives section of lunar-config.yml — groupings of policies around shared goals or compliance requirements.
initiatives: - name: <initiative-name> description: <initiative-description> owner: <initiative-owner> on: [<tag>, <tag>, ...] - name: <initiative-name> description: <initiative-description> owner: <initiative-owner> on: [<tag>, <tag>, ...] ...
initiatives:
- name: security
description: Security policies for all components
owner: [email protected]
on: [security, backend, frontend]
- name: performance
description: Performance optimization policies
owner: [email protected]
on: [backend, api]
- name: documentation
description: Documentation compliance policies
owner: [email protected]
on: [all]Initiative
name
namedescription
descriptionowner
owneron
onLast updated
