Skip to content

Commit

Permalink
Enable secret scanning for all repos (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored May 7, 2024
1 parent c18fe33 commit aea4638
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions otterdog/eclipse-cbi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ orgs.newOrg('eclipse-cbi') {
allow_merge_commit: true,
allow_update_branch: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
workflows+: {
default_workflow_permissions: "write",
},
Expand All @@ -125,8 +123,6 @@ orgs.newOrg('eclipse-cbi') {
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
workflows+: {
default_workflow_permissions: "write",
},
Expand Down

0 comments on commit aea4638

Please sign in to comment.