Skip to content

Commit 535c9d0

Browse files
author
HusneShabbir
committed
modify scorecard config
1 parent 0d9065e commit 535c9d0

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

.ibm/pipelines/env_variables.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ QE_USER8_ID=$(cat /tmp/secrets/QE_USER8_ID)
9090
QE_USER8_PASS=$(cat /tmp/secrets/QE_USER8_PASS)
9191
QE_USER9_ID=$(cat /tmp/secrets/QE_USER9_ID)
9292
QE_USER9_PASS=$(cat /tmp/secrets/QE_USER9_PASS)
93+
JIRA_TOKEN=$(cat /tmp/secrets/jira_token)
9394

9495
K8S_CLUSTER_TOKEN_TEMPORARY=$(cat /tmp/secrets/K8S_CLUSTER_TOKEN_TEMPORARY)
9596

.ibm/pipelines/value_files/values_showcase-rbac.yaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,39 +94,41 @@ global:
9494
- package: ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment
9595
disabled: true
9696
#Enable Scorecard plugin.
97-
- disabled: false
98-
package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard:pr_1499__0.1.0!red-hat-developer-hub-backstage-plugin-scorecard
97+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard:bs_1.42.5__1.0.0!red-hat-developer-hub-backstage-plugin-scorecard
98+
disabled: false
9999
pluginConfig:
100100
dynamicPlugins:
101101
frontend:
102102
red-hat-developer-hub.backstage-plugin-scorecard:
103103
entityTabs:
104-
- path: "/scorecard"
104+
- path: '/scorecard'
105105
title: Scorecard
106-
titleKey: catalog.entityPage.scorecard.title
107106
mountPoint: entity.page.scorecard
108107
mountPoints:
109108
- mountPoint: entity.page.scorecard/cards
110109
importName: EntityScorecardContent
111110
config:
112111
layout:
113112
gridColumn: 1 / -1
114-
- disabled: false
115-
package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend:pr_1499__0.1.0!red-hat-developer-hub-backstage-plugin-scorecard-backend
116-
- disabled: false
117-
package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-github:pr_1499__0.1.0!red-hat-developer-hub-backstage-plugin-scorecard-backend-module-github
113+
if:
114+
allOf:
115+
- isKind: component
116+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend:bs_1.42.5__1.0.0!red-hat-developer-hub-backstage-plugin-scorecard-backend
117+
disabled: false
118+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-github:bs_1.42.5__1.0.0!red-hat-developer-hub-backstage-plugin-scorecard-backend-module-github
118119
pluginConfig:
119120
integrations:
120121
github:
121122
- host: github.com
122123
token: "{gh-token}"
123-
- disabled: false
124-
package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira:pr_1499__0.1.0!red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira
124+
disabled: false
125+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira:pr_1499__0.1.0!red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira
125126
pluginConfig:
126127
jira:
127-
baseUrl: "{jira-base-url}"
128-
token: "{jira-api-token}"
129-
product: datacenter
128+
baseUrl: https://redhat-team-f703ynt3.atlassian.net
129+
token: ${JIRA_TOKEN}
130+
product: cloud
131+
disabled: false
130132
# Enable orchestrator plugins - Official release (Backstage 1.42.5)
131133
- package: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-orchestrator:bs_1.42.5__5.1.0!red-hat-developer-hub-backstage-plugin-orchestrator"
132134
disabled: false

0 commit comments

Comments
 (0)