diff --git a/kpi_scan/kpi_repo_list.json5 b/kpi_scan/kpi_repo_list.json5 index 89676c786..f0d6c7e66 100644 --- a/kpi_scan/kpi_repo_list.json5 +++ b/kpi_scan/kpi_repo_list.json5 @@ -1,4 +1,4 @@ -{ +{{ "include": [ // ruby { "name": "railsgoat", "repository_url": "https://github.com/Bearer/railsgoat" }, @@ -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" } ] }