From 712bab0f8aa5037a2356db0c28848de8f7ca5e4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:31:35 +0000 Subject: [PATCH] gosec: Update to version 2.21.3 --- bucket/gosec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index 375c84ca69..9f2bc07f2c 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,16 +1,16 @@ { - "version": "2.21.2", + "version": "2.21.3", "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.21.2/gosec_2.21.2_windows_amd64.tar.gz", - "hash": "99a060cabc41fd3a2a42495f5463e632017bed0eb8bf39af604aacd492df0a31" + "url": "https://github.com/securego/gosec/releases/download/v2.21.3/gosec_2.21.3_windows_amd64.tar.gz", + "hash": "906ce4e67981e75b692c9b5b83a2dd6f882c38582b183fc51b24ddc966cccdb2" }, "arm64": { - "url": "https://github.com/securego/gosec/releases/download/v2.21.2/gosec_2.21.2_windows_arm64.tar.gz", - "hash": "bc97dd1b07564145605924ab65a82934c1d46e8c65bd8d1513d9abc386ae7050" + "url": "https://github.com/securego/gosec/releases/download/v2.21.3/gosec_2.21.3_windows_arm64.tar.gz", + "hash": "5db16ff7fcb533de195b1162c5ec34a5a856a77c250c449462ca40fb1765181f" } }, "bin": "gosec.exe",