microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
scripts/tests/Fixtures/Security/outdated-checksums.json
12lines · modecode
| 1 | { |
| 2 | "tools": [ |
| 3 | { |
| 4 | "name": "gitleaks", |
| 5 | "repo": "gitleaks/gitleaks", |
| 6 | "version": "8.16.0", |
| 7 | "sha256": "oldsha256oldsha256oldsha256oldsha256oldsha256oldsha256oldsha25612", |
| 8 | "downloadUrlTemplate": "https://github.com/gitleaks/gitleaks/releases/download/v{version}/gitleaks_{version}_windows_x64.zip", |
| 9 | "notes": "Outdated version for testing staleness" |
| 10 | } |
| 11 | ] |
| 12 | } |
| 13 | |