gosec: Update to version 2.18.1

This commit is contained in:
github-actions[bot] 2023-10-13 12:30:44 +00:00
parent 41657d86b5
commit f69d45ede1

View File

@ -1,16 +1,16 @@
{
"version": "2.18.0",
"version": "2.18.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.18.0/gosec_2.18.0_windows_amd64.tar.gz",
"hash": "e266dc65555a52a54bf400295a547036129adb1b2585049590f7ad2defed0cc4"
"url": "https://github.com/securego/gosec/releases/download/v2.18.1/gosec_2.18.1_windows_amd64.tar.gz",
"hash": "a5a1b8eb8a80f1fba065d0d6f4d59a44fe98119f054a90b01fe09763785b2309"
},
"arm64": {
"url": "https://github.com/securego/gosec/releases/download/v2.18.0/gosec_2.18.0_windows_arm64.tar.gz",
"hash": "52bbdcd668eac91acad3233690d8caba70ebec787851bab3a5d1b892861ea105"
"url": "https://github.com/securego/gosec/releases/download/v2.18.1/gosec_2.18.1_windows_arm64.tar.gz",
"hash": "178ffafdba3bdd4af530777b58eb73be9e03f5101ea365ac6b6348a922972fe6"
}
},
"bin": "gosec.exe",