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