https://github.com/googlecontainertools/.allstar
https://github.com/googlecontainertools/.allstar
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlecontainertools/.allstar
- Owner: GoogleContainerTools
- License: apache-2.0
- Created: 2021-07-07T18:52:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:16:38.000Z (over 1 year ago)
- Last Synced: 2025-01-11T14:21:58.047Z (10 months ago)
- Size: 14.6 KB
- Stars: 6
- Watchers: 11
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Allstar configuration for GoogleContainerTools
[Allstar](https://github.com/ossf/allstar) is a security-policy GitHubApp. It is
installed on this org, and this repo contains the configuration for that app. It
is configured to create issues on repos that do not comply with the configured
policy.
## Enabled Repos
Allstar is configured in opt-in. [See here for the list of enabled repos](allstar.yaml). Feel
free to submit a PR to enable/disable repos.
## Policy Configuration
These are the expected settings to be in compliance
### [Branch Protection](branch_protection.yaml)
| | |
| - | - |
| Branches enforced | default |
| Require approval | yes |
| Approvals required | 1 |
| Dismiss stale reviews | not required |
| Block force push | yes |
### [Binary Artifacts](binary_artifacts.yaml)
- Binary artifacts not allowed.
### [Outside Collaborators](outside.yaml)
- Push access allowed.
- Admin access not allowed.
### [SECURITY.md](security.yaml)
- SECURITY.md required.