https://github.com/juli1/secrets-rules
https://github.com/juli1/secrets-rules
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juli1/secrets-rules
- Owner: juli1
- Created: 2024-03-04T21:42:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T23:02:14.000Z (over 1 year ago)
- Last Synced: 2025-02-12T23:43:27.560Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```