Skip to content

A script to automate SAST analysis of your decompiled APKs with Checkmarx, and a Dockerfile if you ever need it.

Notifications You must be signed in to change notification settings

Irkam/apk2checkmarx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

APK2Checkmarx

Usage

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

About

A script to automate SAST analysis of your decompiled APKs with Checkmarx, and a Dockerfile if you ever need it.

Topics

Resources

Stars

Watchers

Forks