Skip to content

feat(security_veracode_pipeline_scan_build.yml): correct indentation #15

feat(security_veracode_pipeline_scan_build.yml): correct indentation

feat(security_veracode_pipeline_scan_build.yml): correct indentation #15

name: Security veracode pipeline scan
on:
push:
branches:
- '**'
workflow_dispatch:
schedule:
- cron: "*/30 * * * *" # Every weekday
jobs:
security-veracode-pipeline-scan:
name: Project security veracode pipeline scan
uses: ./.github/workflows/security_veracode_pipeline_scan_build.yml # WORKFLOW_VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
secrets: inherit