Skip to content

Commit

Permalink
OPSEXP-2077 Fixup Checkov not really linting all charts (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jul 28, 2023
1 parent bf62374 commit 39670fb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .checkov-values.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
postgresql:
enabled: true
activemq:
enabled: true
elasticsearch:
enabled: true
global:
tracking:
sharedsecret: dummy
5 changes: 5 additions & 0 deletions .checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ skip-check:
- CKV_K8S_35
- CKV_K8S_38
- CKV_K8S_43
var-file: .checkov-values.yml
skip-path:
- charts/alfresco-common
- charts/postgresql
- charts/elasticsearch
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ repos:
rev: 2.3.130
hooks:
- id: checkov
files: \.yaml$
files: charts/.*\.yaml$
verbose: true
args:
- --quiet
- --compact
Expand Down

0 comments on commit 39670fb

Please sign in to comment.