Compliance Workflow #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compliance Workflow | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 1 * * 1-5" | |
jobs: | |
CyDig: | |
name: CyDig | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout self | |
uses: actions/checkout@v4 | |
- name: Checkout cydig-reusable-workflows | |
uses: actions/checkout@v4 | |
with: | |
path: cydig-reusable-workflows #cydig-reusable-workflows is the repository name where your compliance-template and cydigConfig.json is located. | |
CyDig-Compliance-Workflow: | |
uses: omegapoint/cydig-reusable-workflows/.github/workflows/compliance-template.yml@main | |
secrets: inherit |