You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Configure the GitHub Scorecard plugin in your `{product-very-short} dynamic-plugins-config.yaml` by adding the following code to your `{product-very-short} dynamic-plugins-config.yaml`:
. In your {product-very-short} entity that you want to configure for the GitHub Scorecard plugin, in the `catalog-info.yaml` file, link a component to the data source by adding the required annotations as shown in the following code:
60
69
+
@@ -75,20 +84,20 @@ spec:
75
84
owner: _<your_team_name>_
76
85
----
77
86
+
78
-
Where:
79
-
+
87
+
where:
88
+
80
89
`annotations:github.com/project-slug`:: The GitHub repository format, for example, `owner/repository`.
81
90
`annotations:backstage.io/source-location`:: The entity source location format, for example, `url:https://github.com/owner/repository`.
82
91
`spec:owner`:: Your team name.
83
-
92
+
+
84
93
[NOTE]
85
94
====
86
95
You must add the team entity to the Catalog to ensure the provided permissions are applicable.
87
96
====
88
97
89
98
. (Optional) Configure metric threshold values.
90
99
91
-
.. To customize the thresholds for the **GitHub Open Pull Requests** (`github.open_prs`) metric, add the following section to your `app-config.yaml` file:
100
+
.. To customize the thresholds for the **GitHub Open Pull Requests** (`github.open_prs`) metric, add the following section to your `{my-app-config-file}` file:
0 commit comments