Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 250 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 250 Bytes

ssr

Implement a RESTful API to CRUD a Security Scan Result

Lint

$ make lint

Test

$ make test

Integration test

$ docker-compose up -d
$ make integration-test

Build

$ make build