Trigger SecureFlow #9
This file contains 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
name: Trigger SCA Scan | |
on: | |
workflow_dispatch: # This will allow you to manually trigger the workflow | |
jobs: | |
sast: | |
uses: clubpay/secureflow/.github/workflows/sca.yml@fallback_to_import | |