Skip to content

Commit

Permalink
Add sonarcloud to policy-hub repo. (#44)
Browse files Browse the repository at this point in the history
* Add sonarcloud to policy-hub repo.

EF issue: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4020

Signed-off-by: Pawel Stankiewicz <[email protected]>

* Removed secrets, that should be set as vars.

Signed-off-by: Pawel Stankiewicz <[email protected]>

---------

Signed-off-by: Pawel Stankiewicz <[email protected]>
  • Loading branch information
pstankie authored Dec 1, 2023
1 parent b500deb commit b837a68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,11 @@ orgs.newOrg('eclipse-tractusx') {
workflows+: {
default_workflow_permissions: "write",
},
secrets: [
orgs.newRepoSecret('SONAR_TOKEN') {
value: "pass:bots/automotive.tractusx/sonarcloud.io/token-policy-hub",
},
],
},
orgs.newRepo('portal-assets') {
allow_merge_commit: true,
Expand Down

0 comments on commit b837a68

Please sign in to comment.