forked from TrueCloudLab/certificates
[action] Update code-scan-cron
This commit is contained in:
parent
fa4986d215
commit
68f571645b
1 changed files with 2 additions and 5 deletions
7
.github/workflows/code-scan-cron.yml
vendored
7
.github/workflows/code-scan-cron.yml
vendored
|
@ -3,10 +3,7 @@ on:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gitleaks:
|
code-scan:
|
||||||
uses: smallstep/workflows/.github/workflows/gitleaks.yml@main
|
uses: smallstep/workflows/.github/workflows/code-scan.yml@main
|
||||||
secrets:
|
secrets:
|
||||||
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}
|
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}
|
||||||
|
|
||||||
codeql:
|
|
||||||
uses: smallstep/workflows/.github/workflows/codeql-analysis.yml@main
|
|
||||||
|
|
Loading…
Reference in a new issue