mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "1.28.13",
|
|
"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.13/tfsec_1.28.13_windows_amd64.tar.gz",
|
|
"hash": "46bd1578b2bf53e0964efcfea74c41fabb8a2d91192ad7c7616a66a9b655c363"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/aquasecurity/tfsec/releases/download/v1.28.13/tfsec_1.28.13_windows_arm64.tar.gz",
|
|
"hash": "7ddf5cccc31eb0f45f7fd941a8b68340833ce3e6ce695193b8ec713c5912d58a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|