{
    "version": "2.26.1",
    "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.26.1/gosec_2.26.1_windows_amd64.tar.gz",
            "hash": "47b211886ff1215a970aa875bcc72e9c2870b558cbe09cdefd845e712f2bba6f"
        },
        "arm64": {
            "url": "https://github.com/securego/gosec/releases/download/v2.26.1/gosec_2.26.1_windows_arm64.tar.gz",
            "hash": "3e762e363ee83becc499418bda28952a5289881c254a99c4e0a6c4c04e3ada41"
        }
    },
    "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"
        }
    }
}
