Remove platform option in Gitleaks workflow
All checks were successful
gitleaks / gitleaks (push) Successful in 2s
OTA Dashboard Test / Explore-Gitea-Actions (push) Successful in 27s

This commit is contained in:
2025-12-26 22:42:25 +01:00
parent e9bcf4ed91
commit 9b020e385f

View File

@@ -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