forked from TrueCloudLab/certificates
13 lines
286 B
YAML
13 lines
286 B
YAML
|
on:
|
||
|
schedule:
|
||
|
- cron: '0 0 * * *'
|
||
|
|
||
|
jobs:
|
||
|
gitleaks:
|
||
|
uses: smallstep/workflows/.github/workflows/gitleaks.yml@main
|
||
|
secrets:
|
||
|
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}
|
||
|
|
||
|
codeql:
|
||
|
uses: smallstep/workflows/.github/workflows/codeql-analysis.yml@main
|