microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
402c9e5aa3f862b2b1597016594bc6145d788386

Branches

Tags

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

Clone

HTTPS

Download ZIP

scripts/security/tool-checksums.json

22lines · 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": "actionlint",
7 "repo": "rhysd/actionlint",
8 "version": "1.7.10",
9 "sha256": "f4c76b71db5755a713e6055cbb0857ed07e103e028bda117817660ebadb4386f",
10 "downloadUrlTemplate": "https://github.com/rhysd/actionlint/releases/download/v{version}/actionlint_{version}_linux_amd64.tar.gz",
11 "notes": "Used in devcontainer for GitHub Actions workflow linting"
12 },
13 {
14 "name": "gitleaks",
15 "repo": "gitleaks/gitleaks",
16 "version": "8.30.0",
17 "sha256": "79a3ab579b53f71efd634f3aaf7e04a0fa0cf206b7ed434638d1547a2470a66e",
18 "downloadUrlTemplate": "https://github.com/gitleaks/gitleaks/releases/download/v{version}/gitleaks_{version}_linux_x64.tar.gz",
19 "notes": "Used in devcontainer for secret scanning"
20 }
21 ]
22}
23