mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-22 11:35:15 +00:00
27 lines
839 B
JSON
27 lines
839 B
JSON
{
|
|
"version": "1.4.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.4.0/tfsec-windows-amd64.exe#/tfsec.exe",
|
|
"hash": "d4f8bddf73317cc048b84b37cd3e908c7fb1fd1d9f2823ddae8ee35d930c3587"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|