git clone <repo>
cd apk2cx
mkdir apk
docker build -t apk2cx .
docker run --rm -v /path/to/your/target.apk:/home/cxjadx/apk \
-e APKPATH="apk/target.apk" \
-e CX_SERVER="https://checkmarx.local/" \
-e CX_USER="foobar" \
-e CX_PASSWORD="FOOBAR" \
-e CX_TEAM="CxServer\\SP\\Foobar\\Baz" \
-e CX_PROJECTNAME="FooProject-branch" \
apk2cx:latest
-
Notifications
You must be signed in to change notification settings - Fork 0
Irkam/apk2checkmarx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A script to automate SAST analysis of your decompiled APKs with Checkmarx, and a Dockerfile if you ever need it.