A simple and fast callback server to store and retrieve scan results
10K+
This is a simple callback server based on node and @typicode's JSON Server to simply store and retrieve the SIWECOS scan results.
docker run -it --pid=host -p 3000:3000 -v $(pwd):/data siwecos/callback-server
You should map the /data folder to your local file system in order to save the scans.json database.
You can use the SIWECOS Core-API or one specific scanner to save and retrieve the scan results via a comfortable JSON-REST-API:
Content type
Image
Digest
Size
45.7 MB
Last updated
about 5 years ago
docker pull siwecos/callback-server