A code security platform based on fortify sca windows
后端基于fortify sca的一款自动化代码审计管理平台
可以在CI流程中嵌入,可自动化拉取gitlab代码仓库或手动上传代码包进行代码审计
本系统包含基本功能,可以使用Celery轻易扩展其他功能
基于python3 + celery +redis + sqlite3开发,适用Windows
python3 redis celery djcelery
git clone https://github.com/0FuzzingQ/CodeScanner.git cd mysite
python3 manage.py makemigrations python3 manage.py migrate
celery worker -A mysite -l debug -P eventlet python manage.py runserver