mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
27 lines
839 B
JSON
27 lines
839 B
JSON
{
|
|
"version": "1.1.4",
|
|
"description": "A static analysis security scanner for Terraform code",
|
|
"homepage": "https://tfsec.dev",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquasecurity/tfsec/releases/download/v1.1.4/tfsec-windows-amd64.exe#/tfsec.exe",
|
|
"hash": "1f1b6712e5fe1d298cfd3b1fabe6e1ed95f16b8a75e99a059fbe9363e4a2454d"
|
|
}
|
|
},
|
|
"bin": "tfsec.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/aquasecurity/tfsec"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec-windows-amd64.exe#/tfsec.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/tfsec_checksums.txt"
|
|
}
|
|
}
|
|
}
|