{ "version": "2.17.0", "description": "Inspects source code for security problems by scanning the Go AST.", "homepage": "https://github.com/securego/gosec", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/securego/gosec/releases/download/v2.17.0/gosec_2.17.0_windows_amd64.tar.gz", "hash": "3edbea2516bd051b18ff2453bc17dd16afb193c8df3c3e3f12b1b0dbbebdfe64" }, "arm64": { "url": "https://github.com/securego/gosec/releases/download/v2.17.0/gosec_2.17.0_windows_arm64.tar.gz", "hash": "ae32545579fadce553f1d67473b598fcd3f1591412cd09ac67a8c470550e9a0c" } }, "bin": "gosec.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/securego/gosec/releases/download/v$version/gosec_$version_windows_amd64.tar.gz" }, "arm64": { "url": "https://github.com/securego/gosec/releases/download/v$version/gosec_$version_windows_arm64.tar.gz" } }, "hash": { "url": "$baseurl/gosec_$version_checksums.txt" } } }