|
98 | 98 | "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
99 | 99 | "min_level": 2 |
100 | 100 | }, |
101 | | - { |
102 | | - "path": "detect_secrets.filters.gibberish.should_exclude_secret", |
103 | | - "limit": 3.7 |
104 | | - }, |
105 | 101 | { |
106 | 102 | "path": "detect_secrets.filters.heuristic.is_indirect_reference" |
107 | 103 | }, |
|
130 | 126 | "path": "detect_secrets.filters.heuristic.is_templated_secret" |
131 | 127 | } |
132 | 128 | ], |
133 | | - "results": {}, |
134 | | - "generated_at": "2026-02-27T23:06:29Z" |
| 129 | + "results": { |
| 130 | + ".github/workflows/ci.yml": [ |
| 131 | + { |
| 132 | + "type": "Secret Keyword", |
| 133 | + "filename": ".github/workflows/ci.yml", |
| 134 | + "hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0", |
| 135 | + "is_verified": false, |
| 136 | + "line_number": 15 |
| 137 | + } |
| 138 | + ], |
| 139 | + "docs/local_installation.md": [ |
| 140 | + { |
| 141 | + "type": "Secret Keyword", |
| 142 | + "filename": "docs/local_installation.md", |
| 143 | + "hashed_secret": "08d2e98e6754af941484848930ccbaddfefe13d6", |
| 144 | + "is_verified": false, |
| 145 | + "line_number": 90 |
| 146 | + } |
| 147 | + ], |
| 148 | + "docs/s3.md": [ |
| 149 | + { |
| 150 | + "type": "Secret Keyword", |
| 151 | + "filename": "docs/s3.md", |
| 152 | + "hashed_secret": "08d2e98e6754af941484848930ccbaddfefe13d6", |
| 153 | + "is_verified": false, |
| 154 | + "line_number": 55 |
| 155 | + } |
| 156 | + ], |
| 157 | + "tests/conftest.py": [ |
| 158 | + { |
| 159 | + "type": "Base64 High Entropy String", |
| 160 | + "filename": "tests/conftest.py", |
| 161 | + "hashed_secret": "06a9fa84e13b8f701d0c03235f675fee5e6fd736", |
| 162 | + "is_verified": false, |
| 163 | + "line_number": 196 |
| 164 | + } |
| 165 | + ], |
| 166 | + "tests/test-gen3workflow-config.yaml": [ |
| 167 | + { |
| 168 | + "type": "Secret Keyword", |
| 169 | + "filename": "tests/test-gen3workflow-config.yaml", |
| 170 | + "hashed_secret": "900a7331f7bf83bff0e1b2c77f471b4a5145da0f", |
| 171 | + "is_verified": false, |
| 172 | + "line_number": 5 |
| 173 | + } |
| 174 | + ], |
| 175 | + "tests/test_s3_endpoint.py": [ |
| 176 | + { |
| 177 | + "type": "Secret Keyword", |
| 178 | + "filename": "tests/test_s3_endpoint.py", |
| 179 | + "hashed_secret": "08d2e98e6754af941484848930ccbaddfefe13d6", |
| 180 | + "is_verified": false, |
| 181 | + "line_number": 77 |
| 182 | + } |
| 183 | + ] |
| 184 | + }, |
| 185 | + "generated_at": "2026-03-02T20:27:56Z" |
135 | 186 | } |
0 commit comments