From 0252ee8e1301907f10f9a976c461ad5dbeb1c8e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:32:37 +0000 Subject: [PATCH] gosec: Update to version 2.14.0 --- bucket/gosec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index 910fa32e7c..b358ea7cae 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,12 +1,12 @@ { - "version": "2.13.1", + "version": "2.14.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.13.1/gosec_2.13.1_windows_amd64.tar.gz", - "hash": "e55d44c241c7830a3881829cb1601781d270fc709f371e82ee3cf704587b33ec" + "url": "https://github.com/securego/gosec/releases/download/v2.14.0/gosec_2.14.0_windows_amd64.tar.gz", + "hash": "ff26e39cbf564f4a20c2ab5ac7b0907aa3502288eda5818a59dcce26663567ce" } }, "bin": "gosec.exe",