Skip to content

Commit e91d7cd

Browse files
john-walkoeclaude
andcommitted
Clean secrets baseline by excluding .venv directory
The .venv virtual environment directory was incorrectly scanned, adding hundreds of false positive detections from installed packages. Regenerated baseline excluding .venv to maintain clean security scanning. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a5e5d9b commit e91d7cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.secrets.baseline

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
{
129129
"path": "detect_secrets.filters.regex.should_exclude_file",
130130
"pattern": [
131+
"\\.venv/.*",
131132
"configs/.*\\.json",
132133
"\\.md$",
133134
"package-lock\\.json"
@@ -260,5 +261,5 @@
260261
}
261262
]
262263
},
263-
"generated_at": "2025-12-01T02:19:18Z"
264+
"generated_at": "2025-12-01T02:47:49Z"
264265
}

0 commit comments

Comments
 (0)