Skip to content

Commit

Permalink
Enable secret scanning for all repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Perez authored and netomi committed Aug 24, 2023
1 parent 05cccce commit 73034b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions otterdog/eclipse-sirius.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ orgs.newOrg('eclipse-sirius') {
dependabot_security_updates_enabled: true,
description: "Reusable frontend and backend components for Sirius Web",
homepage: "https://www.eclipse.org/sirius/sirius-web.html",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
webhooks: [
orgs.newRepoWebhook('https://notify.travis-ci.org') {
Expand Down Expand Up @@ -95,17 +93,13 @@ orgs.newOrg('eclipse-sirius') {
dependabot_alerts_enabled: false,
description: "JSON-based EMF Resource implementation - part of Eclipse Sirius",
homepage: "https://www.eclipse.org/sirius/sirius-web.html",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('sirius-specs') {
allow_update_branch: false,
default_branch: "master",
description: "Specifications for changes to Eclipse Sirius",
homepage: "",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('sirius-website') {
Expand All @@ -117,8 +111,6 @@ orgs.newOrg('eclipse-sirius') {
has_projects: false,
has_wiki: false,
homepage: "https://www.eclipse.org/sirius",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
],
Expand Down

0 comments on commit 73034b8

Please sign in to comment.