Skip to content

Commit

Permalink
Enable secret scanning for all repos (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Perez authored Sep 23, 2023
1 parent ad5a7d7 commit 2819a25
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions otterdog/eclipse-platform.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ orgs.newOrg('eclipse-platform') {
has_discussions: true,
has_projects: false,
homepage: "https://www.eclipse.org/eclipse/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"eclipse"
],
Expand All @@ -51,8 +49,6 @@ orgs.newOrg('eclipse-platform') {
default_branch: "master",
has_discussions: true,
homepage: "https://www.eclipse.org/eclipse/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"eclipse",
"java"
Expand All @@ -78,8 +74,6 @@ orgs.newOrg('eclipse-platform') {
has_projects: false,
has_wiki: false,
homepage: "https://www.eclipse.org/eclipse",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand Down Expand Up @@ -107,8 +101,6 @@ orgs.newOrg('eclipse-platform') {
has_projects: false,
has_wiki: false,
homepage: "https://www.eclipse.org/eclipse/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"debug",
"eclipse",
Expand All @@ -135,8 +127,6 @@ orgs.newOrg('eclipse-platform') {
dependabot_alerts_enabled: false,
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -157,8 +147,6 @@ orgs.newOrg('eclipse-platform') {
dependabot_alerts_enabled: false,
has_discussions: true,
has_projects: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -182,8 +170,6 @@ orgs.newOrg('eclipse-platform') {
has_projects: false,
has_wiki: false,
homepage: "https://www.eclipse.org/eclipse/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"eclipse",
"ide",
Expand Down Expand Up @@ -228,8 +214,6 @@ orgs.newOrg('eclipse-platform') {
dependabot_alerts_enabled: false,
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -249,8 +233,6 @@ orgs.newOrg('eclipse-platform') {
default_branch: "master",
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -273,8 +255,6 @@ orgs.newOrg('eclipse-platform') {
default_branch: "master",
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -296,8 +276,6 @@ orgs.newOrg('eclipse-platform') {
has_discussions: true,
has_projects: false,
homepage: "https://www.eclipse.org/swt/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"cross-platform-gui",
"eclipse",
Expand Down Expand Up @@ -345,8 +323,6 @@ orgs.newOrg('eclipse-platform') {
has_projects: false,
has_wiki: false,
homepage: "https://www.eclipse.org/swt/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -373,8 +349,6 @@ orgs.newOrg('eclipse-platform') {
dependabot_alerts_enabled: false,
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -394,8 +368,6 @@ orgs.newOrg('eclipse-platform') {
default_branch: "master",
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -416,8 +388,6 @@ orgs.newOrg('eclipse-platform') {
dependabot_alerts_enabled: false,
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -441,8 +411,6 @@ orgs.newOrg('eclipse-platform') {
has_projects: false,
has_wiki: false,
homepage: "https://projects.eclipse.org/projects/eclipse.platform",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"eclipse",
"gui",
Expand Down Expand Up @@ -471,8 +439,6 @@ orgs.newOrg('eclipse-platform') {
dependabot_alerts_enabled: false,
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -495,8 +461,6 @@ orgs.newOrg('eclipse-platform') {
gh_pages_source_path: "/",
has_discussions: true,
homepage: "https://eclipse-platform.github.io/ui-best-practices/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
environments: [
orgs.newEnvironment('github-pages') {
Expand All @@ -512,8 +476,6 @@ orgs.newOrg('eclipse-platform') {
default_branch: "master",
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
webhooks: [
orgs.newRepoWebhook('https://ci.eclipse.org/releng/github-webhook/') {
Expand All @@ -536,8 +498,6 @@ orgs.newOrg('eclipse-platform') {
default_branch: "master",
has_projects: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
webhooks: [
orgs.newRepoWebhook('https://ci.eclipse.org/releng/github-webhook/') {
Expand All @@ -557,8 +517,6 @@ orgs.newOrg('eclipse-platform') {
},
orgs.newRepo('www.eclipse.org-swt') {
default_branch: "master",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand Down

0 comments on commit 2819a25

Please sign in to comment.