An open API service indexing awesome lists of open source software.

https://github.com/globocom/huskyci-dashboard

Frontend to display data from huskyCI analyses
https://github.com/globocom/huskyci-dashboard

bandit brakeman continous-integration golang gosec javascript npm-audit python ruby-on-rails safety security-automation security-tool security-tools static-analysis vulnerabilities yarn-audit

Last synced: about 1 month ago
JSON representation

Frontend to display data from huskyCI analyses

Awesome Lists containing this project

README

          






## How does it work?

The main goal of this project is to provide a front-end for every huskyCI user to check the stats of the analyses done. If you don't know yet what huskyCI is, check it out [here](https://github.com/globocom/huskyCI).

## Requirements

### Node

If you don't have Node installed in your environment, follow the instructions [here](https://gist.github.com/d2s/372b5943bce17b964a79) for your correspondent OS.

### Yarn

```sh
npm install -g yarn
```

## Installing

```sh
make install
```

```sh
. .env
```

## Running

```sh
make run
```

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process of submitting pull requests to huskyCI-dashboard.

## License

This project is licensed under the BSD 3-Clause "New" or "Revised" License - read [LICENSE](LICENSE) file for details.

[Docker Install]: https://docs.docker.com/install/