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