This repository contains a self contained µService utilizing the NMAP Networkscanner for the secureCodeBox project.
Further Documentation:
To configure this service specify the following environment variables:
Environment Variable | Value Example |
---|---|
ENGINE_ADDRESS | http://engine |
ENGINE_BASIC_AUTH_USER | username |
ENGINE_BASIC_AUTH_PASSWORD | 123456 |
- Clone the repository
- Install the dependencies
npm install
- Run localy
npm start
To run the testsuite run:
npm test
To build the docker container run: docker build -t CONTAINER_NAME:LABEL .