Skip to content

Commit

Permalink
update config to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-tractusx-bot committed Sep 25, 2024
1 parent 9063ac9 commit 8329735
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ orgs.newOrg('eclipse-tractusx') {
dependabot_security_updates_enabled: true,
has_discussions: true,
web_commit_signoff_required: false,
description: "digital product pass",
description: "Eclipse Tractus-X Digital Product Pass - An application for visualizing Digital Product Passports, Battery Passports and Transmission Passports, it is the reference implementation of the EcoPass KIT",
private_vulnerability_reporting_enabled: true,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
Expand Down Expand Up @@ -847,7 +847,9 @@ orgs.newOrg('eclipse-tractusx') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "Repository for Tractus-X infrastructure topics and resources. ",
has_discussions: true,
homepage: "",
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
Expand Down Expand Up @@ -893,7 +895,9 @@ orgs.newOrg('eclipse-tractusx') {
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Repository for Tractus-X Security Topics and Resources",
has_discussions: true,
homepage: "",
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
Expand Down Expand Up @@ -1512,6 +1516,14 @@ orgs.newOrg('eclipse-tractusx') {
workflows+: {
default_workflow_permissions: "read",
},
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"gh-pages"
],
deployment_branch_policy: "selected",
},
],
secrets: [
orgs.newRepoSecret('SONAR_TOKEN') {
value: "pass:bots/automotive.tractusx/sonarcloud.io/token-ssi-dim-wallet-stub",
Expand Down

0 comments on commit 8329735

Please sign in to comment.