https://github.com/angular/.allstar
https://github.com/angular/.allstar
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/angular/.allstar
- Owner: angular
- License: mit
- Created: 2021-08-31T16:13:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T19:55:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T21:25:31.138Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.yaml
Awesome Lists containing this project
README
# Allstar configuration for GoogleContainerTools
[Allstar](https://github.com/ossf/allstar) is a security-policy GitHub app. It is
installed for all repositories in the Angular organization. This repository contains the root
configuration for the app.
## Enabled Repos
Currently Allstar is enabled on only the following repositories:
- [angular/.allstar](https://github.com/angular/.allstar)
- [angular/angular](https://github.com/angular/angular)
- [angular/angular-cli](https://github.com/angular/angular-cli)
- [angular/components](https://github.com/angular/components)
- [angular/dev-infra](https://github.com/angular/dev-infra)
In the future AllStar is planned to be enabled for all repositories in the Angular organization.
## Policy Configuration
These are the settings required to be in compliance
### [Branch Protection](branch_protection.yaml)
| | |
| ----------------------- | ------- |
| Enforce default branch | true |
| Other enforced branches | `*.*.x` |
| Require approval | false |
| Dismiss stale reviews | false |
| Block force push | true |
### [Outside Collaborators](outside.yaml)
- Push access not allowed.
- Admin access not allowed.
### [SECURITY.md](security.yaml)
- SECURITY.md required.
### [Binary Artifacts](binary_artifacts.yaml)
- No binary artifacts are allowed to be commited to the repository.