Skip to content

Commit

Permalink
OPSEXP-2364 Fixup checkov warnings (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Nov 6, 2023
1 parent fcbc4c1 commit ec11708
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .checkov-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@ configuration:
global:
tracking:
sharedsecret: dummy
repository:
sharedSecret: dummy

# alfresco-search-enterprise
elasticsearch:
enabled: true
messageBroker:
url: amqp://something
reindexing:
db:
url: something
url: jdbc://something
repository:
url: http://something
search:
url: es://something
ats:
transform_url: http://transform
sfs_url: http://sfs
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: helm-docs
- repo: https://github.com/bridgecrewio/checkov.git
rev: 2.3.358
rev: 3.0.21
hooks:
- id: checkov
files: charts/.*\.yaml$
Expand Down

0 comments on commit ec11708

Please sign in to comment.