diff --git a/.github/workflows/sercurity.yml b/.github/workflows/sercurity.yml index 56fd4ad..0e7a9c7 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.21.3 + uses: securego/gosec@v2.21.4 with: args: '-exclude=G103,G104,G304,G402 ./...' \ No newline at end of file