From 5c58379b2ba1370cfad24b94ac3720f8c956fce9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 16:28:28 +0000 Subject: [PATCH] gosec: Update to version 2.16.0 --- bucket/gosec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index 71117e7575..aa69aa816e 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,12 +1,12 @@ { - "version": "2.15.0", + "version": "2.16.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.15.0/gosec_2.15.0_windows_amd64.tar.gz", - "hash": "cb684f89011976d4b8966159668935377b05986ce672555d9d90b0a3aefaadd5" + "url": "https://github.com/securego/gosec/releases/download/v2.16.0/gosec_2.16.0_windows_amd64.tar.gz", + "hash": "56523c289bfc40f6a7b87d15ad14e425ce9436cb043c3e82e1c2764a5a1edc7e" } }, "bin": "gosec.exe",