mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
27 lines
843 B
JSON
27 lines
843 B
JSON
{
|
|
"version": "0.58.12",
|
|
"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/v0.58.12/tfsec-windows-amd64.exe#/tfsec.exe",
|
|
"hash": "5d92f0073346a1bb4c99140773144e302658841a66490e4f73d93eb79cbf83ce"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|