diff --git a/.github/workflows/security_owasp.yml b/.github/workflows/security_owasp.yml index 47f8cfd..f1022d0 100644 --- a/.github/workflows/security_owasp.yml +++ b/.github/workflows/security_owasp.yml @@ -2,11 +2,11 @@ name: Security OWASP dependency check on: workflow_dispatch: schedule: - - cron: "19 6 * * MON-FRI" # Every weekday + - cron: "10 5 * * MON-FRI" # Every weekday jobs: security-kotlin-owasp-check: name: Kotlin security OWASP dependency check - uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v0.7 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v1 # WORKFLOW_VERSION with: channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }} secrets: inherit diff --git a/.github/workflows/security_trivy.yml b/.github/workflows/security_trivy.yml index 3e46017..ae89b07 100644 --- a/.github/workflows/security_trivy.yml +++ b/.github/workflows/security_trivy.yml @@ -2,11 +2,11 @@ name: Security trivy dependency check on: workflow_dispatch: schedule: - - cron: "19 6 * * MON-FRI" # Every weekday + - cron: "15 5 * * MON-FRI" # Every weekday jobs: security-kotlin-trivy-check: name: Project security trivy dependency check - uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v0.7 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v1 # WORKFLOW_VERSION with: channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }} secrets: inherit diff --git a/.github/workflows/security_veracode_pipeline_scan.yml b/.github/workflows/security_veracode_pipeline_scan.yml index d731c67..77b3e0c 100644 --- a/.github/workflows/security_veracode_pipeline_scan.yml +++ b/.github/workflows/security_veracode_pipeline_scan.yml @@ -2,11 +2,11 @@ name: Security veracode pipeline scan on: workflow_dispatch: schedule: - - cron: "19 6 * * MON-FRI" # Every weekday + - cron: "20 5 * * 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@v0.7 # WORKFLOW_VERSION + 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 diff --git a/.github/workflows/security_veracode_policy_scan.yml b/.github/workflows/security_veracode_policy_scan.yml index 45a4c16..6dd4fa8 100644 --- a/.github/workflows/security_veracode_policy_scan.yml +++ b/.github/workflows/security_veracode_policy_scan.yml @@ -2,11 +2,11 @@ name: Security veracode policy scan on: workflow_dispatch: schedule: - - cron: "34 6 * * 1" # Every Monday + - cron: "25 5 * * 1" # Every Monday jobs: security-veracode-policy-check: name: Project security veracode policy scan - uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v0.7 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v1 # WORKFLOW_VERSION with: channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }} secrets: inherit