ci: add Checkmarx security scan (mobile blueprint) - #1
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow to run a Checkmarx One security scan using an external reusable workflow (“mobile blueprint”) so the repository has automated CX scanning on pushes/PRs.
Changes:
- Introduces a new workflow (
Checkmarx Security Scan) triggered onpush,pull_request, and manualworkflow_dispatch. - Uses
unzercorp/unzer-tech-toolbox/.github/workflows/security-scan.yamlreusable workflow with mobile-app scan profile and relaxed thresholds. - Wires Checkmarx client credentials from repository secrets into the scan workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| jobs: | ||
| security-scan: | ||
| uses: unzercorp/unzer-tech-toolbox/.github/workflows/security-scan.yaml@ci-github/1.6 |
Comment on lines
+24
to
+25
| security-scan: | ||
| uses: unzercorp/unzer-tech-toolbox/.github/workflows/security-scan.yaml@ci-github/1.6 |
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.
Adds a Checkmarx security scan; the repo had no CX workflow.
Uses the mobile blueprint (
unzercorp/tillhub_app_ios):unzercorp/unzer-tech-toolbox/.github/workflows/security-scan.yaml@ci-github/1.6cx_scan_profile: mobile-app,cx_threshold_preset: relaxed,cx_scan_timeout: "30"CX_NON_PCI_TH_CORP_CLIENT_ID/_SECRET🤖 Generated with Claude Code