Skip to content

Commit 5cec546

Browse files
committed
pin the version using SHA
Signed-off-by: Samia Wear <samia.wear1@nhs.net>
1 parent 6b8f7a4 commit 5cec546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/gitleaks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Example GitHub Actions step:
6161
run: docker run --rm --platform linux/amd64 \
6262
-v "$(pwd):/repo" \
6363
-w /repo \
64-
ghcr.io/gitleaks/gitleaks:v8.30.1 \
64+
ghcr.io/gitleaks/gitleaks@sha256:c00b6bd0aeb3071cbcb79009cb16a60dd9e0a7c60e2be9ab65d25e6bc8abbb7f \
6565
git --source /repo --redact --verbose --log-opts="--all"
6666
```
6767

0 commit comments

Comments
 (0)