Skip to content

RTI-40: Update Checkmarx workflow with scheduled scan support #8

RTI-40: Update Checkmarx workflow with scheduled scan support

RTI-40: Update Checkmarx workflow with scheduled scan support #8

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / .github/workflows/checkmarx.yml

Invalid workflow file

error parsing called workflow ".github/workflows/checkmarx.yml" -> "Replicon/time-intelligence-web/.github/workflows/reusable-checkmarx.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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 }}