Remove gitleaks

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-31 11:53:13 +01:00
parent 9dbe25c49d
commit 391e8d96d0

View file

@ -168,14 +168,6 @@ git-summary:
- ~/.git_clones/git-summary/git-summary
- ~/.local/bin/git-summary
gitleaks:
- run:
command: curl -Lo ~/.local/bin/gitleaks https://github.com/zricethezav/gitleaks/releases/download/v6.2.0/gitleaks-linux-amd64 && chmod +x ~/.local/bin/gitleaks
condition: "[ ! -e ~/.local/bin/gitleaks ] && [ $(uname -m) = 'x86_64' ]"
- run:
command: curl -Lo ~/.local/bin/gitleaks https://github.com/zricethezav/gitleaks/releases/download/v6.2.0/gitleaks-linux-arm && chmod +x ~/.local/bin/gitleaks
condition: "[ ! -e ~/.local/bin/gitleaks ] && [ ! $(uname -m) = 'x86_64' ]"
talisman:
- run:
- curl -o /tmp/install_talisman.bash https://raw.githubusercontent.com/thoughtworks/talisman/master/global_install_scripts/install.bash && /bin/bash /tmp/install_talisman.bash