Fixs
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 38s
Validate Kubernetes & YAML / validate-all (push) Failing after 37s

This commit is contained in:
Adrien Bouvais 2026-08-17 09:30:08 +02:00
parent 0b87f5ad97
commit 6ff75ad926
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -7,4 +7,3 @@ resources:
limits:
cpu: "1"
memory: 2Gi