diff --git a/.github/workflows/version_comparison.yml b/.github/workflows/version_comparison.yml index abea94cee..6b4c77fd2 100644 --- a/.github/workflows/version_comparison.yml +++ b/.github/workflows/version_comparison.yml @@ -93,8 +93,8 @@ jobs: --external-rule-dir ./bearer-comparison/base-rules/rules \ --force \ --disable-version-check \ - --quiet \ --hide-progress-bar \ + --debug \ | jq > base.json - name: Run test scan run: | @@ -105,8 +105,8 @@ jobs: --external-rule-dir ./bearer-comparison/test-rules/rules \ --force \ --disable-version-check \ - --quiet \ --hide-progress-bar \ + --debug \ | jq > test.json - run: | diff -u base.json test.json diff --git a/kpi_scan/kpi_repo_list.json5 b/kpi_scan/kpi_repo_list.json5 index 89676c786..e832f669b 100644 --- a/kpi_scan/kpi_repo_list.json5 +++ b/kpi_scan/kpi_repo_list.json5 @@ -1,36 +1,36 @@ { "include": [ // ruby - { "name": "railsgoat", "repository_url": "https://github.com/Bearer/railsgoat" }, - { "name": "mastodon", "repository_url": "https://github.com/mastodon/mastodon" }, - { "name": "frab", "repository_url": "https://github.com/frab/frab" }, - { "name": "discourse", "repository_url": "https://github.com/discourse/discourse" }, - { "name": "diaspora", "repository_url": "https://github.com/diaspora/diaspora" }, - { "name": "gitlab", "repository_url": "https://gitlab.com/gitlab-org/gitlab" }, - { "name": "chatwoot", "repository_url": "https://github.com/chatwoot/chatwoot" }, - { "name": "postal", "repository_url": "https://github.com/postalserver/postal" }, - { "name": "forem", "repository_url": "https://github.com/forem/forem" }, - { "name": "openstreetmap-website", "repository_url": "https://github.com/openstreetmap/openstreetmap-website" }, - { "name": "loomio", "repository_url": "https://github.com/loomio/loomio" }, - { "name": "rdv-solidarites.fr", "repository_url": "https://github.com/betagouv/rdv-solidarites.fr" }, - // javascript - { "name": "juice-shop", "repository_url": "https://github.com/Bearer/juice-shop" }, - { "name": "NodeGoat", "repository_url": "https://github.com/Bearer/NodeGoat" }, - { "name": "chapter", "repository_url": "https://github.com/freeCodeCamp/chapter" }, - { "name": "Ghost", "repository_url": "https://github.com/TryGhost/Ghost" }, - { "name": "wekan", "repository_url": "https://github.com/wekan/wekan" }, - { "name": "backstage", "repository_url": "https://github.com/backstage/backstage" }, - { "name": "medusa", "repository_url": "https://github.com/medusajs/medusa" }, - { "name": "ToolJet", "repository_url": "https://github.com/ToolJet/ToolJet" }, - { "name": "grafana", "repository_url": "https://github.com/grafana/grafana" }, - { "name": "mattermost-server", "repository_url": "https://github.com/mattermost/mattermost-server" }, - { "name": "Rocket.Chat", "repository_url": "https://github.com/RocketChat/Rocket.Chat" }, - // java - { "name": "WebGoat", "repository_url": "https://github.com/Bearer/WebGoat" }, - { "name": "BenchmarkJava", "repository_url": "https://github.com/OWASP-Benchmark/BenchmarkJava" }, + // { "name": "railsgoat", "repository_url": "https://github.com/Bearer/railsgoat" }, + // { "name": "mastodon", "repository_url": "https://github.com/mastodon/mastodon" }, + // { "name": "frab", "repository_url": "https://github.com/frab/frab" }, + // { "name": "discourse", "repository_url": "https://github.com/discourse/discourse" }, + // { "name": "diaspora", "repository_url": "https://github.com/diaspora/diaspora" }, + // { "name": "gitlab", "repository_url": "https://gitlab.com/gitlab-org/gitlab" }, + // { "name": "chatwoot", "repository_url": "https://github.com/chatwoot/chatwoot" }, + // { "name": "postal", "repository_url": "https://github.com/postalserver/postal" }, + // { "name": "forem", "repository_url": "https://github.com/forem/forem" }, + // { "name": "openstreetmap-website", "repository_url": "https://github.com/openstreetmap/openstreetmap-website" }, + // { "name": "loomio", "repository_url": "https://github.com/loomio/loomio" }, + // { "name": "rdv-solidarites.fr", "repository_url": "https://github.com/betagouv/rdv-solidarites.fr" }, + // // javascript + // { "name": "juice-shop", "repository_url": "https://github.com/Bearer/juice-shop" }, + // { "name": "NodeGoat", "repository_url": "https://github.com/Bearer/NodeGoat" }, + // { "name": "chapter", "repository_url": "https://github.com/freeCodeCamp/chapter" }, + // { "name": "Ghost", "repository_url": "https://github.com/TryGhost/Ghost" }, + // { "name": "wekan", "repository_url": "https://github.com/wekan/wekan" }, + // { "name": "backstage", "repository_url": "https://github.com/backstage/backstage" }, + // { "name": "medusa", "repository_url": "https://github.com/medusajs/medusa" }, + // { "name": "ToolJet", "repository_url": "https://github.com/ToolJet/ToolJet" }, + // { "name": "grafana", "repository_url": "https://github.com/grafana/grafana" }, + // { "name": "mattermost-server", "repository_url": "https://github.com/mattermost/mattermost-server" }, + // { "name": "Rocket.Chat", "repository_url": "https://github.com/RocketChat/Rocket.Chat" }, + // // java + // { "name": "WebGoat", "repository_url": "https://github.com/Bearer/WebGoat" }, + // { "name": "BenchmarkJava", "repository_url": "https://github.com/OWASP-Benchmark/BenchmarkJava" }, // 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": "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" } ] }