From 42778df1b21c0e885b661838a8fd44758967a8d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:25:28 +0000 Subject: [PATCH] gosec: Update to version 2.17.0 --- bucket/gosec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index 16dc349123..c79e070575 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,16 +1,16 @@ { - "version": "2.16.0", + "version": "2.17.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.16.0/gosec_2.16.0_windows_amd64.tar.gz", - "hash": "56523c289bfc40f6a7b87d15ad14e425ce9436cb043c3e82e1c2764a5a1edc7e" + "url": "https://github.com/securego/gosec/releases/download/v2.17.0/gosec_2.17.0_windows_amd64.tar.gz", + "hash": "3edbea2516bd051b18ff2453bc17dd16afb193c8df3c3e3f12b1b0dbbebdfe64" }, "arm64": { - "url": "https://github.com/securego/gosec/releases/download/v2.16.0/gosec_2.16.0_windows_arm64.tar.gz", - "hash": "724f6c1169790f86901f3c5d40fabd4d0de800c3173b70ca531b454330322efa" + "url": "https://github.com/securego/gosec/releases/download/v2.17.0/gosec_2.17.0_windows_arm64.tar.gz", + "hash": "ae32545579fadce553f1d67473b598fcd3f1591412cd09ac67a8c470550e9a0c" } }, "bin": "gosec.exe",