RTI-40: Update Checkmarx workflow with scheduled scan support #8
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
| on: | ||
| pull_request: | ||
| push: | ||
| branches: | ||
| - main | ||
| - master | ||
| schedule: | ||
| - cron: '0 13 * * 5' | ||
| workflow_dispatch: | ||
| name: Checkmarx SAST Scan | ||
| jobs: | ||
| call-reusable-checkmarx: | ||
| name: Call Reusable Checkmarx Workflow | ||
| uses: Replicon/time-intelligence-web/.github/workflows/reusable-checkmarx.yml@main | ||
|
Check failure on line 14 in .github/workflows/checkmarx.yml
|
||
| with: | ||
| timeout_minutes: 90 | ||
| scheduled_timeout_minutes: 360 | ||
| secrets: | ||
| checkmarx_username: ${{ secrets.CHECKMARX_USERNAME }} | ||
| checkmarx_password: ${{ secrets.CHECKMARX_PASSWORD }} | ||
| checkmarx_client_secret: ${{ secrets.CHECKMARX_CLIENT_SECRET }} | ||