mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Feature Proposal: Generate guidance in Markdown format #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @homebysix on GitHub.
Originally assigned to: @brodjieski on GitHub.
Problem to solve
mSCP currently produces PDF, HTML, AsciiDoc, and Excel formatted guidance, but does not produce Markdown guidance.
Intended users
Many organizations utilize documentation systems that require (or prefer) Markdown formatted files. Such systems include MkDocs, GitBook, GitHub Pages, Hugo, Jekyll, and Sphinx.
Further details
Expanding to Markdown formatted guidance might lower friction required for some organizations to adopt the mSCP with their existing systems and tools.
Proposal
Modifications to the generate_guidance.py script would include the capability to templatize and output Markdown formatted files, as it currently does for other supported formats.
Documentation
Updates to the Generate Guidance wiki page would reflect the inclusion of Markdown in the supported output formats for guidance files.
Testing
Whatever tests are included in generate_guidance.py would need to support testing the Markdown output capabilities.
What does success look like, and how can we measure that?
Acceptance criteria for this feature request includes:
Links / references
@brodjieski commented on GitHub:
Markdown output will be available in 2.0. The
dev_2.0branch has this function in place now for testing.