Skip to content

Compliance Workflow

Compliance Workflow #4

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