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 -