aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/security.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/security.yml')
-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 ./...'