mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-06 15:39:37 +03:00
14 lines
222 B
YAML
14 lines
222 B
YAML
language: python
|
|
git:
|
|
depth: 1
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
script:
|
|
- python -c "import sqlmap; import sqlmapapi"
|
|
- python sqlmap.py --smoke
|
|
- python sqlmap.py --vuln
|