From 359cad36369b19b2e5af59c30f4aa83ef254592f Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Mon, 28 Feb 2022 20:57:14 -0800 Subject: [PATCH] Add main_repo to coredns (#7339) Currently oss-fuzz uses go-coredns as the project name. However, there is no main_repo in project file, and it looks like the OSSF's scoreboard will not be able to find the coredns project from oss-fuzz. Signed-off-by: Yong Tang --- projects/go-coredns/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/go-coredns/project.yaml b/projects/go-coredns/project.yaml index da4504bfb..1b2c50c1d 100644 --- a/projects/go-coredns/project.yaml +++ b/projects/go-coredns/project.yaml @@ -1,5 +1,6 @@ homepage: "https://coredns.io" primary_contact: "security@coredns.io" +main_repo: 'https://github.com/coredns/coredns.git' auto_ccs : - "miek@miek.nl" - "p.antoine@catenacyber.fr"