Docker environment for CISA
- Install
docker. - Make a CISA docker image.
$ make
cisa accepts the same argument as cisa from the original CISA (except -x. See below).
Use make up to incrementally set up a project-specific build environment. Below are the accepted Makefile environment variables.
BUILD_TOOLS: space-separated list. List of build tools (e.g.,autoconf) to install.RECONF_PATH: path to a clean and reconfigure command snippet. Replacement for-x.
make up also copies all custom analyses in analysis to CISA and rebuilds it.