Add Appknox workflow for mobile app security testing#168
Open
testtest126 wants to merge 1 commit into
Open
Conversation
Comment on lines
+31
to
+54
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout Code | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Grant execute permission for gradlew | ||
| run: chmod +x gradlew | ||
|
|
||
| - name: Build the app | ||
| run: ./gradlew build # Update this to build your Android or iOS application | ||
|
|
||
| - name: Appknox GitHub action | ||
| uses: appknox/appknox-github-action@b7d2bfb2321d5544e97bffcba48557234ab953a4 | ||
| with: | ||
| appknox_access_token: ${{ secrets.APPKNOX_ACCESS_TOKEN }} | ||
| file_path: app/build/outputs/apk/debug/app-debug.apk # Specify the path to your .ipa or .apk here | ||
| risk_threshold: MEDIUM # Update this to desired risk threshold [LOW, MEDIUM, HIGH, CRITICAL] | ||
| sarif: Enable | ||
|
|
||
| - name: Upload SARIF to GHAS | ||
| if: always() | ||
| uses: github/codeql-action/upload-sarif@v3 | ||
| with: | ||
| sarif_file: report.sarif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
swift testinChessKit/passesswift testinchess-server/passes (if server code changed)