Skip to content

Commit 3835cb9

Browse files
committed
Test day updates
1 parent 63f2e82 commit 3835cb9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

modules/observe/scorecards/proc-configuring-github-scorecards-in-rhdh-instance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To configure GitHub Scorecards in your RHDH instance, complete the following ste
3131
*** `GITHUB_INTEGRATION_HOST_DOMAIN` (e.g., `github.com`)
3232
*** `GITHUB_INTEGRATION_PRIVATE_KEY_FILE`
3333

34-
. Configure the GitHub integration in your `{product-very-short} app-config.yaml`, by adding the `integrations.github` section to your custom `{product-very-short} app-config.yaml` configuration file:
34+
. Configure the GitHub integration in your `{product-very-short} {my-app-config-file}`, by adding the `integrations.github` section:
3535
+
3636
[source,yaml]
3737
----

modules/observe/scorecards/proc-configuring-jira-scorecards-in-rhdh-instance.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ echo -n 'your-atlassian-email:your-jira-api-token' | base64
2727
----
2828
** Jira datacenter: Create and use a Personal Access Token (PAT) in your Jira datacenter account. For more information, see the https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html[Atlassian] documentation.
2929

30+
. Add your Jira token (${JIRA_TOKEN}) to {configuring-book-link}#provisioning-your-custom-configuration[your {product-very-short} secrets] using the following key/value pairs.
31+
3032
. Configure the Jira Scorecard plugin in your `{product-very-short} dynamic-plugins-config.yaml` using either a direct setup or a proxy setup.
3133
.. Use a direct setup: Add the following code to your `{product-very-short} dynamic-plugins-config.yaml`:
3234
+
@@ -49,9 +51,8 @@ plugins:
4951
where:
5052

5153
`baseUrl`:: Enter the Jira URL.
52-
`token`:: Enter the Jira token (Base64 string for Cloud, PAT for Data Center). The Jira token must be added as a secret file in your {configuring-book-link}#provisioning-your-custom-configuration[`{product} app-config.yaml` file].
54+
`token`:: Enter the Jira token (Base64 string for Cloud, PAT for Data Center).
5355
`product`:: Enter the supported product: `cloud` or `datacenter`. (`cloud` is the preferred option)
54-
----
5556

5657
.. Use a proxy setup: In your `{product-very-short} dynamic-plugins-config.yaml`, add the following code:
5758
+
@@ -133,7 +134,7 @@ scorecard:
133134
- key: error
134135
expression: '>50'
135136
----
136-
where
137+
where:
137138

138139
`scorecard:plugins:jira:open_issues:thresholds`:: Lists the default threshold values for the Jira open Issues metric.
139140

@@ -147,7 +148,7 @@ scorecard:
147148
jira:
148149
open_issues:
149150
options:
150-
mandatoryFilter: Type = Task AND Resolution = Resolved
151+
mandatoryFilter: Type = Task AND Resolution = Unresolved
151152
customFilter: priority in ("Critical", "Blocker")
152153
----
153154
where:

0 commit comments

Comments
 (0)