tfsec: Update to version 1.28.0 (#3976)

Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
This commit is contained in:
Dany-coder778 2022-09-28 01:01:31 +02:00 committed by GitHub
parent e002c8ec58
commit b762ebc696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,22 +5,25 @@
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/aquasecurity/tfsec/releases/download/v1.28.0/tfsec-windows-amd64.exe#/tfsec.exe", "url": "https://github.com/aquasecurity/tfsec/releases/download/v1.28.0/tfsec_1.28.0_windows_amd64.tar.gz",
"hash": "44dd1b952702f4fbdd950b659103609061b485194572fdebad2dd9f5b6ae7ec5" "hash": "cb382309e7502a6e7c01e88c3b185c4dbcf0f2a30dc988cb8e044cc3e462c3e8"
} }
}, },
"bin": "tfsec.exe", "bin": [
"tfsec.exe",
"tfsec-checkgen.exe"
],
"checkver": { "checkver": {
"github": "https://github.com/aquasecurity/tfsec" "github": "https://github.com/aquasecurity/tfsec"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec-windows-amd64.exe#/tfsec.exe" "url": "https://github.com/aquasecurity/tfsec/releases/download/v$version/tfsec_$version_windows_amd64.tar.gz"
} }
}, },
"hash": { "hash": {
"url": "$baseurl/tfsec_checksums.txt" "url": "$baseurl/tfsec_$version_checksums.txt"
} }
} }
} }