Best try to find out platform
Some checks failed
gitleaks / gitleaks (push) Failing after 2s
OTA Dashboard Test / Explore-Gitea-Actions (push) Successful in 14s

This commit is contained in:
2025-12-26 22:47:35 +01:00
parent 7971628a39
commit 5ec4c186a9

View File

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