diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c914079..88ddb20a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -80,11 +80,12 @@ repos: language: golang require_serial: true pass_filenames: false - - id: govulncheck - name: govulncheck - description: Check for vulnerable dependencies - entry: govulncheck ./... - types: [ go ] - language: golang - require_serial: true - pass_filenames: false \ No newline at end of file + # TODO: deactivated as long as this issues is not resolved: https://github.com/golang/go/issues/65608 +# - id: govulncheck +# name: govulncheck +# description: Check for vulnerable dependencies +# entry: govulncheck ./... +# types: [ go ] +# language: golang +# require_serial: true +# pass_filenames: false \ No newline at end of file