Skip to content

Commit

Permalink
Updating appknox-integration (#2751)
Browse files Browse the repository at this point in the history
* Updating appknox-integration

* Update appknox-integration.md
  • Loading branch information
icarusdust authored Sep 23, 2024
1 parent de3eafb commit 5588601
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/integrations/appknox-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ Signing up with Appknox [here](https://www.appknox.com/) is required to be able
script: curl -L https://github.com/appknox/appknox-go/releases/latest/download/appknox-`uname -s`-x86_64 > /usr/local/bin/appknox && chmod +x /usr/local/bin/appknox
{{< /highlight >}}

Make sure that the following script is executed in the post-build script (after your app binary is built):

{{< highlight yaml "style=paraiso-dark">}}
- name: Upload binary to Appknox
script: appknox upload /Users/builder/clone/build/ios/ipa/Codemagic_Native_iOS.ipa
script: appknox upload PATH_TO_APP_BINARY
{{< /highlight >}}

**It is also possible to check if the scanner detected any vulnerability risk levels by executing the following command**
It is also possible to check if the scanner detected any vulnerability risk levels by executing the following command:

{{< highlight yaml "style=paraiso-dark">}}
- name: Check vulnerability risk level
Expand Down

0 comments on commit 5588601

Please sign in to comment.