diff --git a/otterdog/eclipse-thingweb.jsonnet b/otterdog/eclipse-thingweb.jsonnet index b541288..04cb459 100644 --- a/otterdog/eclipse-thingweb.jsonnet +++ b/otterdog/eclipse-thingweb.jsonnet @@ -37,8 +37,6 @@ orgs.newOrg('eclipse-thingweb') { allow_update_branch: false, description: "A W3C Web of Things implementation written in Dart.", homepage: "", - secret_scanning: "disabled", - secret_scanning_push_protection: "disabled", topics+: [ "coap", "dart", @@ -78,8 +76,6 @@ orgs.newOrg('eclipse-thingweb') { allow_update_branch: false, delete_branch_on_merge: false, has_wiki: false, - secret_scanning: "disabled", - secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, workflows+: { actions_can_approve_pull_request_reviews: false,