gosec: Update to version 2.22.1

This commit is contained in:
github-actions[bot] 2025-02-13 12:34:12 +00:00
parent 9772403e3a
commit 7b80d2c5d1

View File

@ -1,16 +1,16 @@
{ {
"version": "2.22.0", "version": "2.22.1",
"description": "Inspects source code for security problems by scanning the Go AST.", "description": "Inspects source code for security problems by scanning the Go AST.",
"homepage": "https://github.com/securego/gosec", "homepage": "https://github.com/securego/gosec",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/securego/gosec/releases/download/v2.22.0/gosec_2.22.0_windows_amd64.tar.gz", "url": "https://github.com/securego/gosec/releases/download/v2.22.1/gosec_2.22.1_windows_amd64.tar.gz",
"hash": "db2b1c81d45c5308ae81c2bcf919f2f5b5e788ce726d658f5e497c34543854dd" "hash": "66a0ef76f57c2ac9368a6544d3f1b74003482d7396ed199d0ad6be974158cbfc"
}, },
"arm64": { "arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.22.0/gosec_2.22.0_windows_arm64.tar.gz", "url": "https://github.com/securego/gosec/releases/download/v2.22.1/gosec_2.22.1_windows_arm64.tar.gz",
"hash": "9ded707c17895f6f4fdaba3e4d63cc204cbde1973d439f5f7c1616c0dfa65948" "hash": "7e32dfeb105b345704ae2e35f45c68752fa57f45ceb438a71d9ef54fa677b4ce"
} }
}, },
"bin": "gosec.exe", "bin": "gosec.exe",