From 6ff75ad926789eea5338ba692e72225ee8359c01 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Mon, 17 Aug 2026 09:30:08 +0200 Subject: [PATCH] Fixs --- .gitea/workflows/trufflehog.yml | 4 +++- tenants/tenant-a/config.yaml | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/trufflehog.yml b/.gitea/workflows/trufflehog.yml index 10c8779..9c02c2c 100644 --- a/.gitea/workflows/trufflehog.yml +++ b/.gitea/workflows/trufflehog.yml @@ -13,7 +13,9 @@ jobs: fetch-depth: 0 - name: Fix Git permissions for TruffleHog Docker container - run: sudo chown -R root:root . + run: | + sudo chown -R root:root . + sudo apt install jq - name: TruffleHog Secret Scan uses: trufflesecurity/trufflehog@main diff --git a/tenants/tenant-a/config.yaml b/tenants/tenant-a/config.yaml index e268938..adf649c 100644 --- a/tenants/tenant-a/config.yaml +++ b/tenants/tenant-a/config.yaml @@ -7,4 +7,3 @@ resources: limits: cpu: "1" memory: 2Gi -