Skip to content

Commit

Permalink
WIP: run security checks on working branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyprivett committed Oct 2, 2024
1 parent 6ea90fe commit 9e9f240
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/security_trivy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Security trivy dependency check
on:
on:
push:
branches: [MAP-1652-migrate-CI-security-pipeline]
workflow_dispatch:
schedule:
- cron: "38 6 * * MON-FRI" # Every weekday at 06:38 UTC
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security_veracode_pipeline_scan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Security veracode pipeline scan
on:
push:
branches: [MAP-1652-migrate-CI-security-pipeline]
workflow_dispatch:
schedule:
- cron: "38 6 * * MON-FRI" # Every weekday at 06:38 UTC
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security_veracode_policy_scan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Security veracode policy scan
on:
push:
branches: [MAP-1652-migrate-CI-security-pipeline]
workflow_dispatch:
schedule:
- cron: "58 6 * * 1" # Every Monday at 06:58 UTC
Expand Down

0 comments on commit 9e9f240

Please sign in to comment.