Last try for platform detection
Some checks failed
gitleaks / gitleaks (push) Failing after 2s
OTA Dashboard Test / Explore-Gitea-Actions (push) Successful in 10s

This commit is contained in:
2025-12-26 22:48:47 +01:00
parent 5ec4c186a9
commit 508870f74c

View File

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