summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Boerner <ich@felix-boerner.de>2024-01-10 06:49:40 +0100
committerFelix Börner <escalate@gmx.de>2024-01-10 08:20:26 +0100
commit0beb9dedc965068bef3b07f8b5f0682c3a2811b8 (patch)
tree9a940f8384522a4f9b13ec2b99047893a5da80ce
parented11ea682a176a361c3e8b0f240ac6bd7bdab63b (diff)
test: fix gitleaks
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 499cae2..9f03f80 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
gh release download --pattern "*linux_x64.tar.gz" --dir /tmp
- tar --extract --gzip --strip-components 1 --file /tmp/gitleaks_*_linux_x64.tar.gz --directory /tmp
+ tar --extract --gzip --file /tmp/*linux_x64.tar.gz --directory /tmp
chmod +x /tmp/gitleaks
mv /tmp/gitleaks /usr/local/bin/gitleaks