File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 - name : Install gitleaks CLI
170170 run : |
171171 go version
172- go install github.com/gitleaks /gitleaks/v8@v8.24.2
172+ go install github.com/zricethezav /gitleaks/v8@v8.24.2
173173 echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
174174
175175 - name : Run gitleaks
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 - name : Install gitleaks CLI
166166 run : |
167167 go version
168- go install github.com/gitleaks /gitleaks/v8@v8.24.2
168+ go install github.com/zricethezav /gitleaks/v8@v8.24.2
169169 echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
170170
171171 - name : Run gitleaks
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 - name : Install gitleaks CLI
201201 run : |
202202 go version
203- go install github.com/gitleaks /gitleaks/v8@v8.24.2
203+ go install github.com/zricethezav /gitleaks/v8@v8.24.2
204204 echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
205205
206206 - name : Run gitleaks
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 - name : Install gitleaks CLI
122122 run : |
123123 go version
124- go install github.com/gitleaks /gitleaks/v8@v8.24.2
124+ go install github.com/zricethezav /gitleaks/v8@v8.24.2
125125 echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
126126
127127 - name : Run gitleaks
You can’t perform that action at this time.
0 commit comments