Security veracode pipeline scan #11
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: Security veracode pipeline scan | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "19 6 * * MON-FRI" # Every weekday | |
jobs: | |
security-veracode-pipeline-scan: | |
name: Project security veracode pipeline scan | |
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v1 # WORKFLOW_VERSION | |
with: | |
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }} | |
secrets: inherit |