Set of scripts in go used to automate building and publishing Vulcan checks
Bellow there is a snippet showing how to build the vulcan-nessus
check and publish it to DEV
.
git clone https://github.com/adevinta/vulcan-checks
cd vulcan-checks/
CGO_ENABLED=0 FORCE_BUILD="vulcan-nessus" TRAVIS_BRANCH="nessus" ../vulcan-checks-bsys/cmd/vulcan-detect-images/vulcan-detect-images cmd images_to_build
CGO_ENABLED=0 ../vulcan-checks-bsys/cmd/vulcan-build-images/vulcan-build-images -i ./images_to_build
You will also have to install the security-overview command line tool and have a local.toml file in the check's directory.
Example:
git clone https://github.com/adevinta/vulcan-checks
cd vulcan-checks/
vulcan-build-images -r cmd/vulcan-http-headers -o ./check_report.json
vulcan-security-overview -config security-overview.toml -check check_report.json