We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the issue
The Bicep parser used by checkov does not support the full Bicep syntax: https://github.com/gruebel/pycep
This results in Checkov throwing an error when it fails to parse a valid Bicep file.
Similar issue: #6234
Desired behaviour
Either Checkov should use a proper Bicep parser, or failure to parse Bicep file should not be interpreted as a scan error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
The Bicep parser used by checkov does not support the full Bicep syntax: https://github.com/gruebel/pycep
This results in Checkov throwing an error when it fails to parse a valid Bicep file.
Similar issue: #6234
Desired behaviour
Either Checkov should use a proper Bicep parser, or failure to parse Bicep file should not be interpreted as a scan error.
The text was updated successfully, but these errors were encountered: