mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
27 lines
839 B
JSON
27 lines
839 B
JSON
{
|
|
"version": "1.4.2",
|
|
"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.4.2/tfsec-windows-amd64.exe#/tfsec.exe",
|
|
"hash": "cf9dd6321da7b36da9ab474e5b475f1ed03b9fed2ebbe534368235c74505066e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|