Skip to content

Commit 23b73a4

Browse files
authored
Merge pull request #62 from smallstep/max/gitleaks
[action] remove gitleaks
2 parents a86d81b + b83eeff commit 23b73a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ on:
88
- "master"
99
pull_request:
1010
workflow_call:
11-
secrets:
12-
GITLEAKS_LICENSE_KEY:
13-
required: true
1411

1512
jobs:
1613
ci:
1714
uses: smallstep/workflows/.github/workflows/goCI.yml@main
1815
with:
1916
run-build: false
20-
run-gitleaks: true
2117
run-codeql: true
22-
secrets:
23-
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}

0 commit comments

Comments
 (0)