From 0fb59ff0bfb1fcf16057a83602d14a5eab6877a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Mon, 29 May 2023 14:56:05 +0200 Subject: [PATCH] Document packages key --- docs/manual/developer/03_creating_content.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/developer/03_creating_content.md b/docs/manual/developer/03_creating_content.md index 945cc9f09db..10b1a2d994a 100644 --- a/docs/manual/developer/03_creating_content.md +++ b/docs/manual/developer/03_creating_content.md @@ -1245,6 +1245,7 @@ YAML file keys: - `name` (string) - component name - `rules` (list) - rules that belong to this component - `groups` (list) - groups that indicate that rules in these groups should belong to this component (optional) +- `packages` (list) - names of packages that are part of this component (optional) - `templates` (list) - templates that indicate that rules using these templates should belong to this component (optional) - `changelog` (list) - records substantial changes in the given component that affected rules and remediations (optional)