2022-09-24 06:18:45 +00:00
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: '0 0 * * *'
|
|
|
|
|
|
|
|
jobs:
|
2022-09-24 06:37:11 +00:00
|
|
|
code-scan:
|
|
|
|
uses: smallstep/workflows/.github/workflows/code-scan.yml@main
|
2022-09-24 06:18:45 +00:00
|
|
|
secrets:
|
|
|
|
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}
|