Skip to content

Commit

Permalink
Enable secret scanning for all repos (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
Francisco Perez and netomi authored Sep 23, 2023
1 parent 3ff589d commit 0a47d61
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions otterdog/eclipse-glsp.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ orgs.newOrg('eclipse-glsp') {
has_discussions: true,
has_wiki: false,
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram",
"diagram-editors",
Expand Down Expand Up @@ -61,8 +59,6 @@ orgs.newOrg('eclipse-glsp') {
description: "Web-based client framework of the graphical language server platform",
has_wiki: false,
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram",
"diagram-editor",
Expand All @@ -89,8 +85,6 @@ orgs.newOrg('eclipse-glsp') {
description: "Integration of the web-based GLSP client with Eclipse",
has_wiki: false,
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram-editors",
"diagramming",
Expand All @@ -115,8 +109,6 @@ orgs.newOrg('eclipse-glsp') {
gh_pages_source_branch: "pages-test",
gh_pages_source_path: "/docs",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram",
"diagram-editors",
Expand Down Expand Up @@ -148,8 +140,6 @@ orgs.newOrg('eclipse-glsp') {
dependabot_alerts_enabled: false,
description: "End-to-end testing library for Eclipse GLSP diagrams",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram-editor",
"diagramming",
Expand Down Expand Up @@ -177,8 +167,6 @@ orgs.newOrg('eclipse-glsp') {
description: "Java-based server framework of the graphical language server platform",
has_wiki: false,
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram",
"diagram-editor",
Expand Down Expand Up @@ -206,8 +194,6 @@ orgs.newOrg('eclipse-glsp') {
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram",
"diagram-editor",
Expand Down Expand Up @@ -241,8 +227,6 @@ orgs.newOrg('eclipse-glsp') {
dependabot_security_updates_enabled: true,
description: "Integration of the web-based GLSP client with Eclipse Theia",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram",
"diagram-editor",
Expand All @@ -268,8 +252,6 @@ orgs.newOrg('eclipse-glsp') {
dependabot_alerts_enabled: false,
description: "Integration of the web-based GLSP client with VSCode",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"diagram-editors",
"diagramming",
Expand All @@ -291,8 +273,6 @@ orgs.newOrg('eclipse-glsp') {
allow_update_branch: false,
default_branch: "master",
dependabot_alerts_enabled: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
Expand All @@ -306,8 +286,6 @@ orgs.newOrg('eclipse-glsp') {
dependabot_security_updates_enabled: true,
description: "The website for GLSP",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
secrets: [
orgs.newRepoSecret('GH_ACTION_TOKEN') {
Expand Down

0 comments on commit 0a47d61

Please sign in to comment.