Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 457 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 457 Bytes

victims-upload

Private API for uploading hashes

Building

For all targets run make help

Dynamic

  1. Install dependencies via govendor by running: make deps
  2. Run make victims-upload
  3. Execute ./victims-upload run

Static

  1. Install dependencies via govendor by running: make deps
  2. Run make static-victims-upload
  3. Execute ./victims-upload run

Image

  1. Run make image