Skip to content

Commit

Permalink
enable secret scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-theia-bot committed Sep 25, 2024
1 parent 30329aa commit d4fa17a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions otterdog/eclipse-theia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ orgs.newOrg('eclipse-theia') {
allow_update_branch: false,
delete_branch_on_merge: false,
has_discussions: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
secrets: [
orgs.newRepoSecret('DOCKERHUB_TOKEN') {
Expand Down Expand Up @@ -282,8 +280,6 @@ orgs.newOrg('eclipse-theia') {
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit d4fa17a

Please sign in to comment.