From 82bc7c48bd817af9a84db4a75be7e5c1c5b380d9 Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Sat, 10 Feb 2024 10:45:39 +0100 Subject: bump securego/gosec from 2.17.0 to 2.18.2 --- .github/workflows/security.yml | 4 ++-- 1 file 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 ./...' -- cgit v1.2.3