Example tool to render a template using data loaded from a YAML file. One intended use case: load an OSCAL style YAML file and render a Jinja2 template to produce the markdown for SSP front matter.
This project follows the Drydock Pattern.
You will need to have Docker installed. See the Install Docker docs for more information.
The Secrender tool code can be found here
docker pull drydockcloud/ci-secrender
docker run -v $PWD:/src drydockcloud/ci-secrender --in example-ssp.yaml --template example-ssp.md.j2
This project is licensed under the GNU General Public License version 3 or any later version - see the LICENSE file for details.