|
120 | 120 | }, |
121 | 121 | { |
122 | 122 | "path": "detect_secrets.filters.heuristic.is_templated_secret" |
| 123 | + }, |
| 124 | + { |
| 125 | + "path": "detect_secrets.filters.regex.should_exclude_file", |
| 126 | + "pattern": [ |
| 127 | + "\\.secrets\\.baseline$", |
| 128 | + "detect_findings\\.baseline$" |
| 129 | + ] |
123 | 130 | } |
124 | 131 | ], |
125 | 132 | "results": { |
126 | | - ".secrets.baseline": [ |
127 | | - { |
128 | | - "type": "Hex High Entropy String", |
129 | | - "filename": ".secrets.baseline", |
130 | | - "hashed_secret": "f46a885f6d43cf82800a22ccb17573cfb223b7ce", |
131 | | - "is_verified": false, |
132 | | - "line_number": 130 |
133 | | - }, |
134 | | - { |
135 | | - "type": "Secret Keyword", |
136 | | - "filename": ".secrets.baseline", |
137 | | - "hashed_secret": "f46a885f6d43cf82800a22ccb17573cfb223b7ce", |
138 | | - "is_verified": false, |
139 | | - "line_number": 130 |
140 | | - }, |
141 | | - { |
142 | | - "type": "Hex High Entropy String", |
143 | | - "filename": ".secrets.baseline", |
144 | | - "hashed_secret": "08d5d9a01a4f36005ab0f8b05248b6d6847fadc1", |
145 | | - "is_verified": false, |
146 | | - "line_number": 139 |
147 | | - }, |
148 | | - { |
149 | | - "type": "Secret Keyword", |
150 | | - "filename": ".secrets.baseline", |
151 | | - "hashed_secret": "08d5d9a01a4f36005ab0f8b05248b6d6847fadc1", |
152 | | - "is_verified": false, |
153 | | - "line_number": 139 |
154 | | - }, |
155 | | - { |
156 | | - "type": "Hex High Entropy String", |
157 | | - "filename": ".secrets.baseline", |
158 | | - "hashed_secret": "300ac668c782c666a9de0f2ccb59cea082255b5d", |
159 | | - "is_verified": false, |
160 | | - "line_number": 146 |
161 | | - }, |
162 | | - { |
163 | | - "type": "Secret Keyword", |
164 | | - "filename": ".secrets.baseline", |
165 | | - "hashed_secret": "300ac668c782c666a9de0f2ccb59cea082255b5d", |
166 | | - "is_verified": false, |
167 | | - "line_number": 146 |
168 | | - }, |
169 | | - { |
170 | | - "type": "Hex High Entropy String", |
171 | | - "filename": ".secrets.baseline", |
172 | | - "hashed_secret": "255edd2793e5286d4441ea6bfba734b59e915864", |
173 | | - "is_verified": false, |
174 | | - "line_number": 153 |
175 | | - }, |
176 | | - { |
177 | | - "type": "Secret Keyword", |
178 | | - "filename": ".secrets.baseline", |
179 | | - "hashed_secret": "255edd2793e5286d4441ea6bfba734b59e915864", |
180 | | - "is_verified": false, |
181 | | - "line_number": 153 |
182 | | - } |
183 | | - ], |
184 | 133 | "auth_platform/auth_platform/auth_service/auth.py": [ |
185 | 134 | { |
186 | 135 | "type": "Secret Keyword", |
|
241 | 190 | } |
242 | 191 | ] |
243 | 192 | }, |
244 | | - "generated_at": "2025-11-16T21:06:24Z" |
| 193 | + "generated_at": "2025-11-16T21:10:22Z" |
245 | 194 | } |
0 commit comments