Skip to content

Commit 9a9ce2d

Browse files
committed
gitleaks
1 parent 33b2f63 commit 9a9ce2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/GITLEAKS-SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The configuration includes intelligent allowlisting for:
6565

6666
```bash
6767
# Download Gitleaks binary
68-
curl -sSL https://github.com/gitleaks/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_linux_x64.tar.gz | tar -xz
68+
curl -sSL https://github.com/gitleaks/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_linux_x64.tar.gz | tar -xz gitleaks
6969

7070
# Install pre-commit hooks
7171
./tools/git-hooks/install.sh
@@ -259,7 +259,7 @@ Check the GitHub Actions logs and ensure the configuration file is valid.
259259
./gitleaks version
260260

261261
# Download latest release
262-
curl -sSL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_linux_x64.tar.gz | tar -xz
262+
curl -sSL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_linux_x64.tar.gz | tar -xz gitleaks
263263
```
264264

265265
### Metrics

docs/LOCAL-DEVELOPMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Download the binary for your platform:
3939

4040
```sh
4141
# Linux (x64)
42-
curl -sSL https://github.com/gitleaks/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_linux_x64.tar.gz | tar -xz
42+
curl -sSL https://github.com/gitleaks/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_linux_x64.tar.gz | tar -xz gitleaks
4343

4444
# macOS (Apple Silicon)
45-
curl -sSL https://github.com/gitleaks/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_darwin_arm64.tar.gz | tar -xz
45+
curl -sSL https://github.com/gitleaks/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_darwin_arm64.tar.gz | tar -xz gitleaks
4646

4747
# macOS (Intel)
48-
curl -sSL https://github.com/gitleaks/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_darwin_x64.tar.gz | tar -xz
48+
curl -sSL https://github.com/gitleaks/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_darwin_x64.tar.gz | tar -xz gitleaks
4949
```
5050

5151
Make it executable and verify:

0 commit comments

Comments
 (0)