Remove gitleaks
This commit is contained in:
parent
9dbe25c49d
commit
391e8d96d0
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue