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

[action] remove gitleaks

parent bf50add3
No related branches found
No related tags found
No related merge requests found
...@@ -8,15 +8,10 @@ on: ...@@ -8,15 +8,10 @@ on:
- "master" - "master"
pull_request: pull_request:
workflow_call: workflow_call:
secrets:
GITLEAKS_LICENSE_KEY:
required: true
jobs: jobs:
ci: ci:
uses: smallstep/workflows/.github/workflows/goCI.yml@main uses: smallstep/workflows/.github/workflows/goCI.yml@main
with: with:
run-gitleaks: true
run-codeql: true run-codeql: true
secrets: secrets: inherit
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}
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