fix(ci): re-enable detect-secrets on main
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -316,11 +316,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
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
|
if [ "${{ github.event_name }}" = "push" ]; then
|
||||||
echo "Running full detect-secrets scan on push."
|
echo "Running full detect-secrets scan on push."
|
||||||
pre-commit run --all-files detect-secrets
|
pre-commit run --all-files detect-secrets
|
||||||
|
|||||||
2853
.secrets.baseline
2853
.secrets.baseline
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user