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
- Host: GitHub
- URL: https://github.com/globocom/huskyci-dashboard
- Owner: globocom
- License: bsd-3-clause
- Created: 2019-09-23T19:10:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:02:16.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T08:36:37.938Z (6 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 2.15 MB
- Stars: 23
- Watchers: 19
- Forks: 26
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/