3.4.10 • Published 6 months ago
@kartverket/backstage-plugin-security-metrics-frontend v3.4.10
Security metrics (frontend-plugin)
This is a frontend plugin for the Security Metrics Backstage plugin. It gives an overview of security-metrics delivered
by scanners on repositories owned by kartverket. The plugin is dependent on a associated backend-plugin for Backstage
and a separate kotlin/spring-boot backend. The package should be added in the packages/app
directory
NOTE: Ensure that you have installed and configured the backend plugin as well: @kartverket/backstage-plugin-security-metrics-backend
kartverket.dev configuration
To show the tab introduced by the plugin, add the following component to the needed pages in EntityPage.tsx
.
<EntityLayout.Route path="/securityMetrics" title="Sikkerhetsmetrikker">
<SecurityMetricsPage />
</EntityLayout.Route>
The plugin has been developed by the summer interns in the SKVIS-team