fix(ci): re-enable detect-secrets on main

This commit is contained in:
Ayaan Zaidi
2026-03-07 16:06:18 +05:30
committed by Ayaan Zaidi
parent f358c6f2fb
commit 14c61bb33f
2 changed files with 2242 additions and 616 deletions

View File

@@ -316,11 +316,6 @@ jobs:
run: |
set -euo pipefail
if [ "${{ github.ref }}" = "refs/heads/main" ]; then
echo "Skipping detect-secrets on main until the allowlist cleanup lands."
exit 0
fi
if [ "${{ github.event_name }}" = "push" ]; then
echo "Running full detect-secrets scan on push."
pre-commit run --all-files detect-secrets

File diff suppressed because it is too large Load Diff