Skip to content

Commit

Permalink
Merge pull request #21 from appknox/ginilpg-patch-3
Browse files Browse the repository at this point in the history
Ginilpg patch 3
  • Loading branch information
ginilpg authored Aug 28, 2024
2 parents 1f95e21 + 15e6872 commit 71ff624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ stages {
| Key | Value |
|-------------------------|------------------------------|
| `credentialsId` | Personal appknox access token ID |
| `file_path` | File path to the mobile application binary to be uploaded |
| `file_path` | Specify the build file name or path for the mobile application binary to upload, E.g. app-debug.apk, app/build/apk/app-debug.apk |
| `risk_threshold` | Risk threshold value for which the CI should fail. <br><br>Accepted values: `CRITICAL, HIGH, MEDIUM & LOW` <br><br>Default: `LOW` |

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
Specify the absolute path of the application's binary (APK/IPA) file for the scan.
</div>
Specify the build file name or absolute path of the application's binary (APK/IPA) file for the scan. E.g. app-debug.apk, app/build/apk/app-debug.apk
</div>

0 comments on commit 71ff624

Please sign in to comment.