Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The zimperium-zscan action scans your mobile app binary (ios or android) and ide
client_id: <Paste CLIENT_ID here or use a GitHub variable>
client_secret: ${{ secrets.ZSCAN_CLIENT_SECRET }}
app_file: ./Sample_Insecure_Bank_App.apk
team_name: Default

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ inputs:
required: true
description: "APK or IPA File"
#default: "${{ steps.apk-path.outputs.path }}"
team_name:
required: false
description: "Team name to assign the app to (default: Default)"
default: "Default"

runs:
using: 'node20'
Expand Down
Loading