davidcarlos / kiskadee

Forked from kiskadee 6 years ago
Clone
README.md

kiskadee

kiskadee is a continuous static analysis tool which writes the analyses results into a Firehose database.

Running

To run kiskadee, you must have docker installed and running. Use the dockerfiles in the util directory to build the containers for each static analyzer.

If you are using distribution with selinux, be aware that you must set permissions so the container can access external files.

kiskadee looks for its configuration file under /etc/kiskadee.conf.

Development

kiskadee development is hosted at pagure. Feel free to open issues and pull requests there.

kiskadee dependencies are listed in requirements.txt. To install them, just run pip install -e .

Documentation

kiskadee documentation is hosted at pagure.

License

Copyright (C) 2017 the AUTHORS (see the AUTHORS file)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.