Cloud Native Security Hub is a platform for discovering and sharing rules and configurations for cloud native security tools.
This repository contains the frontend code who drives https://securityhub.dev site
This code requires a recent NodeJS version (12.13) and it uses NuxtJS as Javascript framework.
You can configure the backend endpoint where requesting security resources:
API_URL
: API Backend endpoint URL
Like others NuxtJS applications, just type:
$ npm start
And then, go to http://localhost:3000
and enjoy the development process.
Contributors are welcome!