Use of bulleted headers
If the headers are going to be bulleted, the outputs should be indented to be associated with the bullet points. Otherwise, the bullets points are basically pointless.
Example:
- KernelCare Symlink Protection Check:
~~
kpatch-name: 3.10.0/symlink-protection-ge-693.patch
kpatch-name: 3.10.0/symlink-protection-ge-693.kpatch-1.patch
~~
Change to:
- KernelCare Symlink Protection Check:
~~
kpatch-name: 3.10.0/symlink-protection-ge-693.patch
kpatch-name: 3.10.0/symlink-protection-ge-693.kpatch-1.patch
~~
This can be achieved pretty easily with | sed -r "s/^/ /g"