An open API service indexing awesome lists of open source software.

https://github.com/juli1/secrets-rules


https://github.com/juli1/secrets-rules

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# secrets-rules

## Download rules

To download rules, use
https://github.com/juli1/secrets-rules/releases/latest/download/rules.yml

## Validating rules

To validate a rule, install pajv (`npm install -g pajv`) and then:

```shell
pajv test -s schema.json -d rules/rule.yml --valid

```