An experimental web dashboard for sarif. It is running entirely client-side in the browser and can connect to any Sarif server over WebSocket, even locally. A continuous build of the master branch is available here on GitHub Pages.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm test
- Make sure the
web
module is enabled in yoursarif/sarifd.json
configuration. - Choose or set an Auth Token in the configuration under
web.ApiKeys
and note the port of the web service. - In the web interface, enter the URL
ws://your-host:port/stream/sarif
and your auth token. Orwss://
for WebSockets over TLS.