Skip to content

Commit

Permalink
chore: deactivate govulncheck
Browse files Browse the repository at this point in the history
deactivate govulncheck as long as issue is not resolved
  • Loading branch information
tbckr committed Mar 22, 2024
1 parent 351f551 commit 06d3518
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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

0 comments on commit 06d3518

Please sign in to comment.