This is a tool to take the data published by the security-hub-collector and allows you to filter and display the results.
- Go into the
./build
directory, and run theserver
executable appropriate for your platform.- e.g. For MacOS, you would run
server-darwin
- e.g. For MacOS, you would run
- Open
http://localhost:8080
in your browser.
docker build -t security-hub-monitor .
docker run -dit -p 8080:8080 security-hub-monitor
docker run -it -p 8080:8080 security-hub-monitor
Open http://localhost:8080
in your browser.
Make sure you have a recent version of node.js installed and available and are able to run npm
npm i
npm run build
serve -s build