diff --git a/.github/workflows/sercurity.yml b/.github/workflows/sercurity.yml index e1f9303..d092448 100644 --- a/.github/workflows/sercurity.yml +++ b/.github/workflows/sercurity.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.0 with: args: '-exclude=G103,G104,G304,G402 ./...' \ No newline at end of file