Skip to content

.github/workflows/code-scan-cron.yml #318

.github/workflows/code-scan-cron.yml

.github/workflows/code-scan-cron.yml #318

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 }}

Check failure on line 9 in .github/workflows/code-scan-cron.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-scan-cron.yml

Invalid workflow file

The workflow is not valid. .github/workflows/code-scan-cron.yml (Line: 9, Col: 29): Invalid secret, GITLEAKS_LICENSE_KEY is not defined in the referenced workflow.