mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
10 lines
204 B
YAML
10 lines
204 B
YAML
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
jobs:
|
|
code-scan:
|
|
uses: smallstep/workflows/.github/workflows/code-scan.yml@main
|
|
secrets:
|
|
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}
|