Remove platform option in Gitleaks workflow
This commit is contained in:
@@ -21,4 +21,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
wget https://github.com/gitleaks/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_linux_x64.tar.gz && \
|
wget https://github.com/gitleaks/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_linux_x64.tar.gz && \
|
||||||
tar -zxvf gitleaks_8.30.0_linux_x64.tar.gz && \
|
tar -zxvf gitleaks_8.30.0_linux_x64.tar.gz && \
|
||||||
sudo mv gitleaks /usr/local/bin && gitleaks detect --source . --platform -v
|
sudo mv gitleaks /usr/local/bin && gitleaks detect --source . -v
|
||||||
Reference in New Issue
Block a user