Replies: 1 comment 2 replies
-
|
Any workarounds? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a helm chart based off of https://github.com/runatlantis/helm-charts/tree/main/charts/atlantis when I try to scan with Kics (both 1.7.x in GitLab CI's IaC scan docker image and 2.1.0 in the official checkmarx/kics docker image) I get a bunch of parsing errors. To give you something reproducible, If I clone the runatlantis/helm-charts repo, cd into the charts/atlantis directory and run this
It prints out an error like below for basically every yaml file in the templates directory.
This particular file looks like this
What do I need to do to get my chart to be scannable?
Beta Was this translation helpful? Give feedback.
All reactions