From 96dbd5047a6128b15b0c5a233055746d6746a1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 09:43:35 -0500 Subject: [PATCH] Bump securego/gosec from v2.5.0 to v2.6.1 (#162) Bumps [securego/gosec](https://github.com/securego/gosec) from v2.5.0 to v2.6.1. - [Release notes](https://github.com/securego/gosec/releases) - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml) - [Commits](https://github.com/securego/gosec/compare/v2.5.0...00bbbd8413c816b90b380e53e47ffab354edeee7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca8a8e8..05ef81d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: run: go test -v ./... # Gosec It - name: Run Gosec Security Scanner - uses: securego/gosec@v2.5.0 + uses: securego/gosec@v2.6.1 env: GOROOT: "" with: -- GitLab