mirror of https://github.com/google/oss-fuzz.git
teleport: fix project yaml and contacts (#6814)
* teleport: fix project yaml and contacts does the same as https://github.com/google/oss-fuzz/pull/6813 but also fixes the CI * Update project.yaml
This commit is contained in:
parent
2768634840
commit
56b840aad7
|
@ -1,7 +1,9 @@
|
|||
homepage: "https://github.com/gravitational/teleport"
|
||||
primary_contact: "andrew@awly.dev"
|
||||
main_repo: "https://github.com/gravitational/teleport"
|
||||
primary_contact: "rjones@goteleport.com"
|
||||
auto_ccs :
|
||||
- "adam@adalogics.com"
|
||||
- "teleport-dev@goteleport.com"
|
||||
language: go
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
|
|
Loading…
Reference in New Issue