mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.28.5",
 | 
						|
    "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.28.5/tfsec_1.28.5_windows_amd64.tar.gz",
 | 
						|
            "hash": "c541c95bc39606e8ff7b989fb2c92364e527a021c124268c27c268ad9375033f"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.28.5/tfsec_1.28.5_windows_arm64.tar.gz",
 | 
						|
            "hash": "ab631b03bad2c6837cacbef79dc0d7ee072d148d56095c4940f4e7b711ac0530"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "tfsec.exe",
 | 
						|
        "tfsec-checkgen.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/aquasecurity/tfsec"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec_$version_windows_amd64.tar.gz"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec_$version_windows_arm64.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/tfsec_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |