Skip to content

Commit 63eb59f

Browse files
committed
Merge remote-tracking branch 'origin/main' into delta-xds-non-breaking-slonka-hash-bytes
2 parents 15a4247 + ba95270 commit 63eb59f

File tree

8 files changed

+33
-1
lines changed

8 files changed

+33
-1
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

OWNERS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
* Garrett Bourg ([baojr](https://github.com/baojr)) ([email protected])
1212
* Michael Puncel ([mpuncel](https://github.com/mpuncel)) ([email protected])
1313
* Dariusz Jędrzejczyk ([chemicL](https://github.com/chemicL)) ([email protected])
14-
* Jakub Dyszkiewicz ([jakubdyszkiewicz](https://github.com/jakubdyszkiewicz)) ([email protected])
1514
* Krzysztof Słonka ([slonka](https://github.com/slonka)) ([email protected])
1615
* Łukasz Dziedziak ([lukidzi](https://github.com/lukidzi)) ([email protected])
16+
* Radosław Chrzanowski ([Ferdudas97](https://github.com/Ferdudas97)) ([email protected])
17+
* Marcin Skalski ([Automaat](https://github.com/Automaat)) ([email protected])
18+
* Miłosz Kukuła ([kukulam-allegro](https://github.com/kukulam-allegro)) ([email protected])
19+
* Michał Gawarzyński ([gawarz](https://github.com/gawarz)) ([email protected])
1720
* Kateryna Nezdolii ([nezdolik](https://github.com/nezdolik)) ([email protected])
1821
* Erica Manno ([rulex123](https://github.com/rulex123)) ([email protected])
1922
* Erik Lindblad ([onemanbucket](https://github.com/onemanbucket)) ([email protected])

SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Security Policy
2+
Please report any security issue to [email protected] where the issue will be triaged appropriately. Thank you in advance for helping to keep the Envoy ecosystem secure.

0 commit comments

Comments
 (0)