Skip to content

Commit 1bbd9c2

Browse files
committed
Don't scan the upstream test suite for secrets.
1 parent e6f4a03 commit 1bbd9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def secrets(session):
158158
Check for accidentally committed secrets.
159159
"""
160160
session.install("detect-secrets")
161-
session.run("detect-secrets", "scan", ROOT)
161+
session.run("detect-secrets", "scan", ROOT, "--exclude-files", "json/")
162162

163163

164164
@session(tags=["style"])

0 commit comments

Comments
 (0)