mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.22.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.22.0/gosec_2.22.0_windows_amd64.tar.gz",
 | 
						|
            "hash": "db2b1c81d45c5308ae81c2bcf919f2f5b5e788ce726d658f5e497c34543854dd"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/securego/gosec/releases/download/v2.22.0/gosec_2.22.0_windows_arm64.tar.gz",
 | 
						|
            "hash": "9ded707c17895f6f4fdaba3e4d63cc204cbde1973d439f5f7c1616c0dfa65948"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |