coralogix / dhall-security-txt

Dhall renderer for security.txt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dhall-security-txt

standard-readme compliant

Dhall renderer for security.txt

Description

This repository includes types and a renderer in the Dhall language which generate security.txt files which are compliant with the security.txt standard.

Install

For stability, users are encouraged to import from a tagged release, not from the master branch, and to watch for new releases. This project does not yet have rigorous testing set up for it and new commits on the master branch are prone to break compatibility and are almost sure to change the import hash for the expression.

Usage

An example is provided - exampleSecurity.dhall.

CLI

Example render:

dhall-to-text <<< './render.dhall ./exampleSecurity.dhall' > security.txt

Maintainer

Ari Becker

Contributing

TBD

License

Apache License 2.0 © Coralogix, Inc.

About

Dhall renderer for security.txt

License:Apache License 2.0


Languages

Language:Dhall 100.0%