Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yu-iskw/allstar-jsonschema
JSON schemas to configure allstar which is a GitHub App to set and enforce security policies
https://github.com/yu-iskw/allstar-jsonschema
allstar json-schema validator
Last synced: 18 days ago
JSON representation
JSON schemas to configure allstar which is a GitHub App to set and enforce security policies
- Host: GitHub
- URL: https://github.com/yu-iskw/allstar-jsonschema
- Owner: yu-iskw
- License: mit
- Created: 2023-05-25T05:35:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-26T09:07:52.000Z (over 1 year ago)
- Last Synced: 2024-10-30T08:38:05.470Z (2 months ago)
- Topics: allstar, json-schema, validator
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.json
Awesome Lists containing this project
README
# allstar-jsonschema
A JSON schema to configure [allstar](https://github.com/ossf/allstar) which is a GitHub App to set and enforce security policiesWe can use this schema to validate the configuration file for allstar in IDEs like VSCode and JetBrain.
- [allstar.json](./allstar.json): Org-level config
- [branch_protection.json](./branch_protection.json): a schema for `branch_protection.yml`
- [binary_artifacts.json](./binary_artifacts.json): a schema for `binary_artifacts.yml`
- [dengerous_workflow.json](./dengerous_workflow.json): a schema for `dengerous_workflow.yml`
- [outside.json](./outside.json): a schema for `outside.yml`
- [scorecard.json](./scorecard.json): a schema for `scorecard.yml`
- [security.json](./security.json): a schema for `security.yml`
- [admin.json](./admin.json): a schema for `admin.yml`
- [actions.json](./actions.json): a schema for `actions.yml`## NOTE
The JSON schema file was manually created from the struct type in golang.- https://github.com/ossf/allstar/blob/main/pkg/config/config.go#L33-L67