microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v1.1.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

scripts/security/tool-checksums.json

14lines · modecode

1{
2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "description": "Tool version and checksum manifest for staleness detection",
4 "tools": [
5 {
6 "name": "gitleaks",
7 "repo": "gitleaks/gitleaks",
8 "version": "8.18.2",
9 "sha256": "6298c9235dfc9278c14b28afd9b7fa4e6f4a289cb1974bd27949fc1e9122bdee",
10 "downloadUrlTemplate": "https://github.com/gitleaks/gitleaks/releases/download/v{version}/gitleaks_{version}_linux_x64.tar.gz",
11 "notes": "Used in devcontainer for secret scanning"
12 }
13 ]
14}
15