Added command for platform
Some checks failed
gitleaks / gitleaks (push) Failing after 2s
OTA Dashboard Test / Explore-Gitea-Actions (push) Successful in 19s

This commit is contained in:
2025-12-26 22:43:53 +01:00
parent 9b020e385f
commit d60754d655

View File

@@ -21,4 +21,5 @@ jobs:
run: |
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 && \
gitleaks --platform \
sudo mv gitleaks /usr/local/bin && gitleaks detect --source . -v