Skip to content

Commit

Permalink
ci: add golang project for KPI
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Nov 13, 2023
1 parent 04865bb commit e25e6fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions kpi_scan/kpi_repo_list.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{{
"include": [
// ruby
{ "name": "railsgoat", "repository_url": "https://github.com/Bearer/railsgoat" },
Expand Down Expand Up @@ -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" }
]
}

0 comments on commit e25e6fe

Please sign in to comment.