diff --git a/.github/workflows/sercurity.yml b/.github/workflows/sercurity.yml index d092448..9f8169c 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.18.0 + uses: securego/gosec@v2.18.1 with: args: '-exclude=G103,G104,G304,G402 ./...' \ No newline at end of file