codyze-evaluator

Codyze Evaluator

This is a specialized version of Codyze that supports security evaluators, for example in the process of conducting a CC-based security evaluation.

Project structure

The project is structured as follows:

Further documentation

A user facing documentation is available in the documentation folder.

The page can be rendered with mkdocs and using docker as follows:

cd documentation
docker build -t mkdocs-material .
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs mkdocs-material

Initializing the git submodules

We are using git submodules to include OpenStack repositories. To clone the submodules, use the following command:

git submodule update --init --remote