# murphysec-gitlab-scanner **Repository Path**: murphysecurity/murphysec-gitlab-scanner ## Basic Information - **Project Name**: murphysec-gitlab-scanner - **Description**: 一款集成了MurphySec CLI的GitLab代码仓库安全检测工具,10分钟检测仓库所有存量代码。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://murphysec.com - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2022-04-01 - **Last Updated**: 2025-05-19 ## Categories & Tags **Categories**: code-analyse **Tags**: None ## README # murphysec-gitlab-scanner ## 使用方式 ### 全量扫描 python3 scan_all.py -A "your gitlab address" -T "your gitlab token" -t "your murphy token" ### 增量扫描 1、配置gitlab webhook,配置方式请自行百度
2、python3 webapi.py ## TODO * [x] 增加增量代码检测(gitlab webhook功能) * [ ] 增加检测结果消息提醒 * [ ] 增加检测队列,加快检测速度