aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2024-02-10 10:45:39 +0100
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2024-02-10 10:45:52 +0100
commit82bc7c48bd817af9a84db4a75be7e5c1c5b380d9 (patch)
treebca7ce285505bd52af215c5467d84ea7c000271f
parentchore(deps): bump golangci/golangci-lint-action from 3 to 4 (#1711) (diff)
downloadfasthttp-82bc7c48bd817af9a84db4a75be7e5c1c5b380d9.tar.gz
fasthttp-82bc7c48bd817af9a84db4a75be7e5c1c5b380d9.tar.bz2
fasthttp-82bc7c48bd817af9a84db4a75be7e5c1c5b380d9.zip
bump securego/gosec from 2.17.0 to 2.18.2
-rw-r--r--.github/workflows/security.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml
index 31c0eda..f22070d 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.17.0
+ uses: securego/gosec@v2.18.2
with:
- args: '-exclude=G104,G304,G402 ./...'
+ args: '-exclude=G103,G104,G304,G402 ./...'