@backstage-community/plugin-multi-source-security-viewer 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This plugin enables you to visualize pipeline security information from multiple
|
|
|
21
21
|
1. Install the plugin using the following command:
|
|
22
22
|
|
|
23
23
|
```
|
|
24
|
-
yarn workspace app add @backstage-community/multi-source-security-viewer
|
|
24
|
+
yarn workspace app add @backstage-community/plugin-multi-source-security-viewer
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
To enable the PipelineRun list in the Security tab on the entity view page, add the following snippet in the packages/app/src/components/catalog/EntityPage.tsx.
|