https://github.com/lmacken/scrutiny
Real-time source code auditing for Fedora
https://github.com/lmacken/scrutiny
Last synced: 5 months ago
JSON representation
Real-time source code auditing for Fedora
- Host: GitHub
- URL: https://github.com/lmacken/scrutiny
- Owner: lmacken
- License: gpl-3.0
- Created: 2013-10-13T22:14:35.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2014-01-15T20:04:58.000Z (almost 12 years ago)
- Last Synced: 2025-08-04T09:20:48.727Z (5 months ago)
- Language: Python
- Size: 169 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scrutiny
========
Real-time source code auditing for Fedora
> This project is currently in the Alpha stages of development
Current Features
-----------------
* Listens to the [fedmsg](http://fedmsg.com) bus for git commits
* Downloads, extracts, and compares upstream tarballs
* Slowly scrolls code changes as they are committed
Future Features
---------------
* Automatically run linters and static analysis tools, and use git to track &
display changes in the output
* Web interactivity, ability to +1/-1/comment/tag/flag changes, with
links to [datagrepper](https://apps.fedoraproject.org/datagrepper) for more details
* Statistics by project, committer, distro-wide audit coverage, etc
* A datagrepper-querying mutt-like console auditor
Running
-------
sudo yum install fedmsg-hub colordiff GitPython
sudo cp config.py /etc/fedmsg.d/scrutiny.py
python setup.py egg_info
PYTHONPATH=$(pwd) fedmsg-hub