Skip to content

Trigger SecureFlow

Trigger SecureFlow #3

Workflow file for this run

name: Trigger Semgrep Scan
on:
workflow_dispatch: # This will allow you to manually trigger the workflow
jobs:
sast:
uses: clubpay/secureflow/.github/workflows/sast.yml@main
with:
sast_exclude_list: 'services README.md'