From 84d04b5934a8724f711c94b6d1647e9f01188282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fabianski?= Date: Thu, 9 Nov 2023 15:36:47 +0100 Subject: [PATCH] ci: add golang project for KPI --- kpi_scan/kpi_repo_list.json5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kpi_scan/kpi_repo_list.json5 b/kpi_scan/kpi_repo_list.json5 index 89676c786..51df03503 100644 --- a/kpi_scan/kpi_repo_list.json5 +++ b/kpi_scan/kpi_repo_list.json5 @@ -31,6 +31,9 @@ // php { "name": "OWASPWebGoatPHP", "repository_url": "https://github.com/OWASP/OWASPWebGoatPHP" }, { "name": "Vulnerable-Web-Application", "repository_url": "https://github.com/OWASP/Vulnerable-Web-Application" }, - { "name": "mediawiki", "repository_url": "https://github.com/wikimedia/mediawiki" } + { "name": "mediawiki", "repository_url": "https://github.com/wikimedia/mediawiki" }, + // golang + { "name": "Vulnerability-goapp", "repository_url": "https://github.com/Hardw01f/Vulnerability-goapp" }, + { "name": "govwa", "repository_url": "https://github.com/0c34/govwa" } ] }