From f69d45ede1725dc9871d23c81511bf760453a464 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:30:44 +0000 Subject: [PATCH] gosec: Update to version 2.18.1 --- bucket/gosec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gosec.json b/bucket/gosec.json index b0fe87263f..8809c22fae 100644 --- a/bucket/gosec.json +++ b/bucket/gosec.json @@ -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",