Skip to content

Commit

Permalink
workaround for broken checkov dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Dec 11, 2023
1 parent 5ce015a commit 8fc30a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ repos:
rev: 3.1.29
hooks:
- id: checkov
additional_dependencies:
- "cyclonedx-python-lib==5.2.0" # https://github.com/bridgecrewio/checkov/issues/5841
files: charts/.*\.yaml$
verbose: true
args:
Expand Down

0 comments on commit 8fc30a0

Please sign in to comment.