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

https://github.com/jharrilim/dashman

A dashboard for brakeman
https://github.com/jharrilim/dashman

brakeman rails scanning vulnerability

Last synced: 5 days ago
JSON representation

A dashboard for brakeman

Awesome Lists containing this project

README

          

# Dashman

The dashboard to brakeman.

## Features

- [x] View list of scans
- [x] View an individual scan
- [ ] Compare total warnings to previous scan
- [ ] Per-repo/per-project scans
- [x] Upload via dashboard

## Getting Started

```sh
docker-compose up -d
yarn && yarn start:dev
```