Skip to content
Snippets Groups Projects
Unverified Commit a4cc48b7 authored by max furman's avatar max furman
Browse files

[action] Update code-scan-cron

parent f202a8f8
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,7 @@ on: ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment