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.

Development

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

Documentation

docs.pagure.org/kiskadee

License

Copyright (C) 2017 the AUTHORS

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/.