mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
841 B
JSON
27 lines
841 B
JSON
{
|
|
"version": "1.12.0",
|
|
"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.12.0/tfsec-windows-amd64.exe#/tfsec.exe",
|
|
"hash": "14d231a88e283974759f99226b8bbe0a1282620d7ddd8bc7e7c0274898865a12"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|