From 3a929b9c8619f286c6b9b7313d9efc6d14298cc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:31:48 +0000 Subject: [PATCH] gosec: Update to version 2.22.9 --- bucket/gosec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index 8a3428c2ca..da8811944a 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,16 +1,16 @@ { - "version": "2.22.8", + "version": "2.22.9", "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.8/gosec_2.22.8_windows_amd64.tar.gz", - "hash": "d0d312ff6c31bb3b8af6b1c5fa27f908df9af3aa29ef7c6bd88e29fe9d4f040b" + "url": "https://github.com/securego/gosec/releases/download/v2.22.9/gosec_2.22.9_windows_amd64.tar.gz", + "hash": "e712fe55dca9732b51f50c69922ea430d9b49d287f2c8c205b5923680cf484e1" }, "arm64": { - "url": "https://github.com/securego/gosec/releases/download/v2.22.8/gosec_2.22.8_windows_arm64.tar.gz", - "hash": "ceb6b49c6f0b323260b5fa8fa569be7c98d16f186bdd333d26f55554a9d359b3" + "url": "https://github.com/securego/gosec/releases/download/v2.22.9/gosec_2.22.9_windows_arm64.tar.gz", + "hash": "d1c3a7bc9b0a66f3bda117a69e48628aa41f604e60183efbe3310cc62a1e76e5" } }, "bin": "gosec.exe",