From 61da8c8f87d63a0a754197d917cfa7af508e27d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:32:42 +0000 Subject: [PATCH] gosec: Update to version 2.21.4 --- bucket/gosec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index 9f2bc07f2c..54eed79d52 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,16 +1,16 @@ { - "version": "2.21.3", + "version": "2.21.4", "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.3/gosec_2.21.3_windows_amd64.tar.gz", - "hash": "906ce4e67981e75b692c9b5b83a2dd6f882c38582b183fc51b24ddc966cccdb2" + "url": "https://github.com/securego/gosec/releases/download/v2.21.4/gosec_2.21.4_windows_amd64.tar.gz", + "hash": "faa87d708de666bcb12a74129c6482248b6239f95689f28b49712ca6d7d405be" }, "arm64": { - "url": "https://github.com/securego/gosec/releases/download/v2.21.3/gosec_2.21.3_windows_arm64.tar.gz", - "hash": "5db16ff7fcb533de195b1162c5ec34a5a856a77c250c449462ca40fb1765181f" + "url": "https://github.com/securego/gosec/releases/download/v2.21.4/gosec_2.21.4_windows_arm64.tar.gz", + "hash": "3857d09cbe3a6422b599d678b550b1cf36a50e5dbe3436fd72a3a0768565eccf" } }, "bin": "gosec.exe",