From ff375b61040904e15cece238e267be895d7fb560 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:30:07 +0000 Subject: [PATCH] gosec: Update to version 2.19.0 --- bucket/gosec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index 3498eb7b02..e5493e5104 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,16 +1,16 @@ { - "version": "2.18.2", + "version": "2.19.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.18.2/gosec_2.18.2_windows_amd64.tar.gz", - "hash": "93bff1fb0ef92e2490d0df1a1af0aa10bd6230b81177e417f0f361c5d33b7cfe" + "url": "https://github.com/securego/gosec/releases/download/v2.19.0/gosec_2.19.0_windows_amd64.tar.gz", + "hash": "dec31d74d0878ae410dd118684694b18fac357bf6505705669f51c983c0ee011" }, "arm64": { - "url": "https://github.com/securego/gosec/releases/download/v2.18.2/gosec_2.18.2_windows_arm64.tar.gz", - "hash": "5468ea1a7921f0e83f29eab57727d589a1cd61d450b68621bad8161ef7801407" + "url": "https://github.com/securego/gosec/releases/download/v2.19.0/gosec_2.19.0_windows_arm64.tar.gz", + "hash": "1a87ba5be13076e0976853ff25214cf3faff18d363c32a7ce8c900c90d5457ce" } }, "bin": "gosec.exe",