Skip to content

Commit a7c2b67

Browse files
authored
Merge pull request #17 from optimatiq/remove-git-secrets
gitleaks check is not needed right now
2 parents 0deaf81 + 9f3f3b0 commit a7c2b67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- name: Check out code
1919
uses: actions/checkout@v1
2020

21-
- name: Check for secrets
22-
uses: eshork/gitleaks-action@master
23-
2421
- name: Lint Go Code
2522
run: |
2623
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14

0 commit comments

Comments
 (0)