mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
27 lines
843 B
JSON
27 lines
843 B
JSON
{
|
|
"version": "0.58.10",
|
|
"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/v0.58.10/tfsec-windows-amd64.exe#/tfsec.exe",
|
|
"hash": "ebef4850c651d4051f0bfad7a96c8b1c5e01b700e063c13eaa658f7cdb910b3e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|