Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coralogix/dhall-security-txt
Dhall renderer for security.txt
https://github.com/coralogix/dhall-security-txt
Last synced: 11 days ago
JSON representation
Dhall renderer for security.txt
- Host: GitHub
- URL: https://github.com/coralogix/dhall-security-txt
- Owner: coralogix
- License: apache-2.0
- Created: 2019-07-23T16:20:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T11:47:31.000Z (over 1 year ago)
- Last Synced: 2024-04-17T12:02:12.173Z (7 months ago)
- Language: Dhall
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-dhall - dhall-security-txt - Generate standard-compliant [security.txt](https://securitytxt.org/) files using Dhall. (Libraries)
README
# dhall-security-txt
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)> Dhall renderer for security.txt
## Description
This repository includes types and a renderer in the [Dhall language](https://github.com/dhall-lang/dhall-lang) which generate security.txt files which are compliant with the [security.txt standard](https://securitytxt.org).## 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:
```bash
dhall-to-text <<< './render.dhall ./exampleSecurity.dhall' > security.txt
```## Maintainer
[Ari Becker](https://github.com/ari-becker)## Contributing
TBD## License
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) © Coralogix, Inc.