File: code-scan-cron.yml

package info (click to toggle)
golang-github-smallstep-linkedca 0.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: makefile: 61
file content (9 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
on:
  schedule:
    - cron: '0 0 * * SUN'

jobs:
  code-scan:
    uses: smallstep/workflows/.github/workflows/code-scan.yml@main
    secrets:
      GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}