diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 65ef50065..43fba5c0c 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -27,4 +27,5 @@ jobs: - name: Run Gosec Security Scanner uses: securego/gosec@master with: - args: ./... \ No newline at end of file + args: ./... + continue-on-error: true \ No newline at end of file