microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-broken-file-references

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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