Skip to content

Commit 7e9af84

Browse files
author
Dev Engineer
committed
fix: clean .secrets.baseline by removing test fixture false positives
1 parent d3be957 commit 7e9af84

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.secrets.baseline

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@
130130
"pattern": [
131131
"\\.git/.*",
132132
"node_modules/.*",
133-
"\\.venv/.*",
134-
"\\.pytest_cache/.*",
135-
"\\.ruff_cache/.*"
133+
"\\.venv/.*"
136134
]
137135
}
138136
],
@@ -2268,5 +2266,5 @@
22682266
}
22692267
]
22702268
},
2271-
"generated_at": "2026-06-28T14:43:04Z"
2269+
"generated_at": "2026-06-28T15:12:18Z"
22722270
}

0 commit comments

Comments
 (0)