...
Check #3 Ensure releng-anteater is not reporting any issues by performing a complete scan
<link on how to do so>
Code Block |
---|
|
pip install anteater |
Download a config and project exception file
Code Block |
---|
|
wget https://git.opnfv.org/releng-anteater/plain/anteater.conf
mkdir exceptions; cd exceptions
wget https://git.opnfv.org/releng-anteater/plain/exceptions/sandbox.yaml |
Run anteater
Code Block |
---|
|
anteater anteater --project sandbox --path /path/to/sandbox |
Recommended checks
Check #4 User based Github repos
...