New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/sjenning/oschart

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sjenning/oschart

  • v0.0.0-20200421145407-77aba0ece8df
  • Source
  • Go
  • Socket score

Version published
Created
Source

oschart

Bootchart for OpenShift Cluster Operators

OSChart

Building

go build ./cmd/oschart

Running

Set your KUBECONFIG appropriately or using the --kubeconfig flag to pass it directly

./oschart

Then open up http://localhost:3000 to see the OSChart.

If it doesn't work, add --logtostderr to the flag to get more verbose logging.

Data Collection and Offline Analysis

cd static
curl -OL http://localhost:3000/data.json

To view the data, launch a simple python webserver in the static directory

python3 -m http.server

and go to http://localhost:8000

FAQs

Package last updated on 21 Apr 2020

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