Giter VIP home page Giter VIP logo

security-hub-monitor's Introduction

Security Hub monitor

Description

This is a tool to take the data published by the security-hub-collector and allows you to filter and display the results.

Preview of the tool

General Usage

  • Go into the ./build directory, and run the server executable appropriate for your platform.
    • e.g. For MacOS, you would run server-darwin
  • Open http://localhost:8080 in your browser.

Running in Docker Desktop

Build Docker Image

docker build -t security-hub-monitor .

Run Docker Image in the background

docker run -dit -p 8080:8080 security-hub-monitor

Run Docker Image in the foreground

docker run -it -p 8080:8080 security-hub-monitor

Access the application

Open http://localhost:8080 in your browser.

Development

Make sure you have a recent version of node.js installed and available and are able to run npm

Install pre-commit hooks in order to take advantage of linting prior to opening a PR.

  1. Install pre-commit
    1. MacOS: brew install pre-commit
    2. PIP: pip install pre-commit
  2. Install project specific hooks
    1. From inside the git checkout: pre-commit install

Install dependencies

npm i

Build a static version

npm run build

Serve the static version locally

serve -s build

security-hub-monitor's People

Contributors

robot-mac-fc avatar linuxbozo avatar werdnanoslen avatar msaum avatar akostibas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.