PRD: Gitleaks inline suppression supervision #228
Reference in New Issue
Block a user
Delete Branch "issue-208-gitleaks-allow-supervision"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #208.
PRD: Gitleaks inline suppression supervision
Summary
--ignore-gitleaks-allowto expose findings hidden by inline suppression.gitleaks-allowsupervisor proposals with ref, file, line, rule, commit, and redacted code context.Schema
gitleaks-allowto the existing supervisor tool enum; no manifest or storage schema changes.ca8c5efc22to67773b317067773b3170to842caf40fe842caf40fetof58490b7fb@@ -250,0 +364,4 @@echo "git-gate: queued # gitleaks:allow supervisor approval $proposal_id" >&2echo "git-gate: approve with './cli.py supervise' to continue this push" >&2waited=0while [ "$waited" -lt "$timeout" ]; doI think there's a problem with this loop: when I approve a request and the push hangs while waiting for the accept to register, I never seem to get the push to actually finish.
09db0eda98to88c4f61901