From 7b80d2c5d191a1403c1856dcb4cc88c1a3361902 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:34:12 +0000 Subject: [PATCH] gosec: Update to version 2.22.1 --- bucket/gosec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index 070ce17bde..50190f4444 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -1,16 +1,16 @@ { - "version": "2.22.0", + "version": "2.22.1", "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.0/gosec_2.22.0_windows_amd64.tar.gz", - "hash": "db2b1c81d45c5308ae81c2bcf919f2f5b5e788ce726d658f5e497c34543854dd" + "url": "https://github.com/securego/gosec/releases/download/v2.22.1/gosec_2.22.1_windows_amd64.tar.gz", + "hash": "66a0ef76f57c2ac9368a6544d3f1b74003482d7396ed199d0ad6be974158cbfc" }, "arm64": { - "url": "https://github.com/securego/gosec/releases/download/v2.22.0/gosec_2.22.0_windows_arm64.tar.gz", - "hash": "9ded707c17895f6f4fdaba3e4d63cc204cbde1973d439f5f7c1616c0dfa65948" + "url": "https://github.com/securego/gosec/releases/download/v2.22.1/gosec_2.22.1_windows_arm64.tar.gz", + "hash": "7e32dfeb105b345704ae2e35f45c68752fa57f45ceb438a71d9ef54fa677b4ce" } }, "bin": "gosec.exe",