Skip to content

Commit 26a0684

Browse files
authored
Add configuration for Allstar. (#172)
Signed-off-by: Jeff Mendoza <[email protected]>
1 parent 800cb5e commit 26a0684

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed

.allstar/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Config files for [Allstar](https://github.com/ossf/allstar)
2+
3+
All policies enabled:
4+
5+
- Binary Artifacts
6+
- Branch Protection
7+
- Oustide Collaborators
8+
- SECURITY.md
9+
10+
Allstar is only insalled on `java-control-plane` for now. When it is enabled on
11+
the whole envoy organization, the config will live in a central org-level
12+
repository.

.allstar/allstar.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
optConfig:
2+
optIn: true

.allstar/binary_artifacts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
optConfig:
2+
optIn: true
3+
action: issue

.allstar/branch_protection.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
optConfig:
2+
optIn: true
3+
action: issue
4+
dismissStale: false

.allstar/outside.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
optConfig:
2+
optIn: true
3+
action: issue

.allstar/security.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
optConfig:
2+
optIn: true
3+
action: issue

0 commit comments

Comments
 (0)