https://github.com/murphysecurity/murphysec-gitlab-scanner
一款集成了MurphySec CLI的GitLab代码仓库安全检测工具,10分钟检测仓库所有存量代码。
https://github.com/murphysecurity/murphysec-gitlab-scanner
scanner
Last synced: 10 months ago
JSON representation
一款集成了MurphySec CLI的GitLab代码仓库安全检测工具,10分钟检测仓库所有存量代码。
- Host: GitHub
- URL: https://github.com/murphysecurity/murphysec-gitlab-scanner
- Owner: murphysecurity
- License: apache-2.0
- Created: 2022-03-23T14:37:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T03:15:05.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T15:05:13.549Z (10 months ago)
- Topics: scanner
- Language: Python
- Homepage:
- Size: 22.3 MB
- Stars: 45
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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功能)
* [ ] 增加检测结果消息提醒
* [ ] 增加检测队列,加快检测速度