Skip to content

Commit b216d2e

Browse files
NO-SNOW: seecret detector fix
1 parent 864ed03 commit b216d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/github/save_mitm_requests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import csv
22
import json
3+
import sys
34
from datetime import datetime
5+
from pathlib import Path
46

7+
# Add src directory to path for local import
8+
sys.path.insert(0, str(Path(__file__).parent / ".." / ".." / "src"))
59
from snowflake.connector.secret_detector import SecretDetector
610

711
# Domains to ignore (pip/installation traffic)

0 commit comments

Comments
 (0)