Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.1 KB

ci-secrender

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.

Getting Started

Prerequisites

You will need to have Docker installed. See the Install Docker docs for more information.

Available on Docker Hub

The Secrender tool code can be found here

Secrender Operation

docker pull drydockcloud/ci-secrender
docker run -v $PWD:/src drydockcloud/ci-secrender --in example-ssp.yaml --template example-ssp.md.j2

Authors

License

This project is licensed under the GNU General Public License version 3 or any later version - see the LICENSE file for details.