From a7a899e9438fd2207783b97d85d79fb8e7c890c4 Mon Sep 17 00:00:00 2001 From: elsapet Date: Wed, 26 Jun 2024 10:30:17 +0200 Subject: [PATCH] feat(python): add some py repositories to version comparison test --- .github/workflows/version_comparison/repositories.json5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version_comparison/repositories.json5 b/.github/workflows/version_comparison/repositories.json5 index 9e556152d..c84e38794 100644 --- a/.github/workflows/version_comparison/repositories.json5 +++ b/.github/workflows/version_comparison/repositories.json5 @@ -34,6 +34,9 @@ { "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" } + { "name": "govwa", "repository_url": "https://github.com/0c34/govwa" }, + // python + { "name": "PyGoat", "repository_url": "https://github.com/adeyosemanputra/pygoat" }, + { "name": "Wagtail", "repository_url": "https://github.com/wagtail/wagtail" } ] } \ No newline at end of file