aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-13 14:22:22 +0800
committerGravatar GitHub <noreply@github.com> 2024-02-13 14:22:22 +0800
commit56cb753ff924a7f846c8170826e8c9d26016573b (patch)
treef031874a971270155c711d795ee0d64069f460dc
parentPrevent request smuggling (#1719) (diff)
downloadfasthttp-56cb753ff924a7f846c8170826e8c9d26016573b.tar.gz
fasthttp-56cb753ff924a7f846c8170826e8c9d26016573b.tar.bz2
fasthttp-56cb753ff924a7f846c8170826e8c9d26016573b.zip
chore(deps): bump securego/gosec from 2.18.2 to 2.19.0 (#1720)
Bumps [securego/gosec](https://github.com/securego/gosec) from 2.18.2 to 2.19.0. - [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.18.2...v2.19.0) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/security.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml
index f22070d..997992b 100644
--- a/.github/workflows/security.yml
+++ b/.github/workflows/security.yml
@@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Gosec Security Scanner
- uses: securego/gosec@v2.18.2
+ uses: securego/gosec@v2.19.0
with:
args: '-exclude=G103,G104,G304,G402 ./...'