File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Security trivy dependency check
2+
3+ on :
4+ workflow_dispatch :
5+ schedule :
6+ - cron : " 35 9 * * MON-FRI" # Every weekday at 09:35 UTC
7+
8+ permissions :
9+ contents : read
10+ actions : read
11+ security-events : write
12+
13+ jobs :
14+ security-kotlin-trivy-check :
15+ name : Project security trivy dependency check
16+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v2 # WORKFLOW_VERSION
17+ with :
18+ channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
19+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : Security veracode pipeline scan
2+
3+ on :
4+ workflow_dispatch :
5+ schedule :
6+ - cron : " 35 9 * * MON-FRI" # Every weekday at 09:35 UTC
7+
8+ permissions :
9+ contents : read
10+ actions : read
11+ security-events : write
12+
13+ jobs :
14+ security-veracode-pipeline-scan :
15+ name : Project security veracode pipeline scan
16+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v2 # WORKFLOW_VERSION
17+ with :
18+ channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
19+ docker_image_app_dir : ' /app'
20+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : Security veracode policy scan
2+
3+ on :
4+ workflow_dispatch :
5+ schedule :
6+ - cron : " 10 9 * * 1" # Every Monday at 09:10 UTC
7+
8+ permissions :
9+ contents : read
10+ actions : read
11+ security-events : write
12+
13+ jobs :
14+ security-veracode-policy-check :
15+ name : Project security veracode policy scan
16+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v2 # WORKFLOW_VERSION
17+ with :
18+ channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
19+ docker_image_app_dir : ' /app'
20+ secrets : inherit
You can’t perform that action at this time.
0 commit comments