Skip to content

Commit

Permalink
go/lint: update gitleaks to v8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 29, 2021
1 parent 6bbc6f9 commit 222f604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/lint-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi
# See: https://github.com/zricethezav/gitleaks/issues/394
if [[ "$EXPERIMENTAL" == *"gitleaks"* ]]; then
if [[ "$OS_NAME" != "windows" ]]; then
wget -q -O gitleaks.tar.gz "https://github.com/zricethezav/gitleaks/releases/download/v8.2.1/gitleaks_8.2.1_""$UNAME""_x64.tar.gz"
wget -q -O gitleaks.tar.gz "https://github.com/zricethezav/gitleaks/releases/download/v8.2.5/gitleaks_8.2.5_""$UNAME""_x64.tar.gz"
tar xf gitleaks.tar.gz gitleaks
mv gitleaks ./bin/gitleaks

Expand Down

0 comments on commit 222f604

Please sign in to comment.