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

Add code scanning to CI workflows

parent 60db6477
No related branches found
No related tags found
No related merge requests found
name: Continuous Integration
name: CI
on:
push:
tags-ignore:
- 'v*'
branches:
- "**"
- "master"
pull_request:
schedule:
- cron: '0 0 * * SUN'
workflow_call:
secrets:
GITLEAKS_LICENSE_KEY:
required: true
jobs:
ci:
uses: smallstep/workflows/.github/workflows/goCI.yml@main
with:
gitleaks: true
codeql: true
secrets:
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}
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
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