mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "1.28.6",
|
|
"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.28.6/tfsec_1.28.6_windows_amd64.tar.gz",
|
|
"hash": "edd9b52787af42ee11100afba085f3dcab4a77d39cec7c85226bebf2b8a0ecce"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/aquasecurity/tfsec/releases/download/v1.28.6/tfsec_1.28.6_windows_arm64.tar.gz",
|
|
"hash": "711cfa15422f16c4d520627b2620367d1665578ae7e9567742d04bf9412b9ae7"
|
|
}
|
|
},
|
|
"bin": [
|
|
"tfsec.exe",
|
|
"tfsec-checkgen.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/aquasecurity/tfsec"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec_$version_windows_amd64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/tfsec_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|