From 0fd2c4c29aade226e43fb0886365219826afc45f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 12:31:15 +0000 Subject: [PATCH] gosec: Update to version 2.22.4 --- bucket/gosec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index e1783927f3..41ddf69357 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,16 +1,16 @@ { - "version": "2.22.3", + "version": "2.22.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.22.3/gosec_2.22.3_windows_amd64.tar.gz", - "hash": "723f84c0c3d51185e58a877ee7bfed890afa676d125ae95fbc51d52372beb2ed" + "url": "https://github.com/securego/gosec/releases/download/v2.22.4/gosec_2.22.4_windows_amd64.tar.gz", + "hash": "9c2e72235f2bc94291ea6d3781c81835b13554c1a80cf8cd808bbeb0de0b65c3" }, "arm64": { - "url": "https://github.com/securego/gosec/releases/download/v2.22.3/gosec_2.22.3_windows_arm64.tar.gz", - "hash": "18d4cb836b3feedd206b83a1d7ef8fe19f9bec28e5195166acfc30f16838c913" + "url": "https://github.com/securego/gosec/releases/download/v2.22.4/gosec_2.22.4_windows_arm64.tar.gz", + "hash": "3b1ad762ed86b8bf95cb60dc28148da6d77fa2caade9ade7640ecadab065c644" } }, "bin": "gosec.exe",