Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kartverket/backstage-plugin-risk-scorecard

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kartverket/backstage-plugin-risk-scorecard

This is a plugin for Backstage that helps you and your team when working continuously with risk analysis (:) The plugin is dependent on a backend service in order to decrypt and communicate with GitHub, and some configuration is necessary for them to comm

  • 2.1.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
180
increased by35.34%
Maintainers
0
Weekly downloads
 
Created
Source

Risk Scorecard (RiSc)

This is a plugin for Backstage that helps you and your team when working continuously with risk analysis (:) The plugin is dependent on a backend service in order to decrypt and communicate with GitHub, and some configuration is necessary for them to communicate.

Add the following configuration to the proxy-block in your app-config. Modify the target to the root url of your running backend service.

proxy:
  endpoints:
    '/risc-proxy':
      target: http://localhost:8080
      allowedHeaders:
        ['Authorization', 'GCP-Access-Token', 'GitHub-Access-Token']

The backend uses Backstage-issued tokens to validate the user, and GCP access tokens to federate access to the GCP KMS. Write and read access to repositories is managed by the users GitHub access token. The plugin uses the apiRefs for both of these providers, and entity providers and authentication have to be implemented for both:

  1. Add discovery of organization data for Microsoft Org
  2. Add authentication for both providers

Happy RiSc-ing 🌹

FAQs

Package last updated on 12 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc