Skip to content

Commit

Permalink
SDIT-2050: 👷 Use v1 actions (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergphillips authored Oct 29, 2024
1 parent 04db285 commit 9b199d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security_owasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Security OWASP dependency check
on:
workflow_dispatch:
schedule:
- cron: "37 5 * * MON-FRI" # Every weekday at 05:37 UTC
- cron: "28 6 * * MON-FRI" # Every weekday at 06:28 UTC
jobs:
security-kotlin-owasp-check:
name: Kotlin security OWASP dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v0.6 # 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
4 changes: 2 additions & 2 deletions .github/workflows/security_trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Security trivy dependency check
on:
workflow_dispatch:
schedule:
- cron: "37 5 * * MON-FRI" # Every weekday at 05:37 UTC
- cron: "28 6 * * MON-FRI" # Every weekday at 06:28 UTC
jobs:
security-kotlin-trivy-check:
name: Project security trivy dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v0.6 # 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
4 changes: 2 additions & 2 deletions .github/workflows/security_veracode_pipeline_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Security veracode pipeline scan
on:
workflow_dispatch:
schedule:
- cron: "37 5 * * MON-FRI" # Every weekday at 05:37 UTC
- cron: "28 6 * * MON-FRI" # Every weekday at 06:28 UTC
jobs:
security-veracode-pipeline-scan:
name: Project security veracode pipeline scan
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v0.6 # 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
4 changes: 2 additions & 2 deletions .github/workflows/security_veracode_policy_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Security veracode policy scan
on:
workflow_dispatch:
schedule:
- cron: "16 5 * * 1" # Every Monday at 05:16 UTC
- cron: "52 6 * * 1" # Every Monday at 06:52 UTC
jobs:
security-veracode-policy-check:
name: Project security veracode policy scan
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v0.6 # 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

0 comments on commit 9b199d3

Please sign in to comment.