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
KICS is not reporting malformed files
KICS should detect and report an error for invalid files
KICS is not counting and reporting files which failed when parsing and continues scan only ignoring malformed files.
The text was updated successfully, but these errors were encountered:
@felipe-avelar This happens as well when trying to scan kics repo itself with kics (verbose enabled):
kics | 2:49PM ERR failed to marshal content in file: /path/.goreleaser.yml error="json: error calling MarshalJSON for type model.Document: json: error calling MarshalJSON for type model.Document: json: unsupported type: map[interface {}]interface {}" kics | 2:49PM ERR Filesystem terraform files provider couldn't parse file, file=.goreleaser.yml error="failed to save file content: json: error calling MarshalJSON for type model.Document: json: error calling MarshalJSON for type model.Document: json: unsupported type: map[interface {}]interface {}"
Sorry, something went wrong.
fix malformed not reporting error bug #1930
5099ae0
Fix malformed files not reporting error #1930 (#2754)
d1d77d7
joaoReigota1
felipe-avelar
Successfully merging a pull request may close this issue.
KICS is not reporting malformed files
Expected Behavior
KICS should detect and report an error for invalid files
Actual Behavior
KICS is not counting and reporting files which failed when parsing and continues scan only ignoring malformed files.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: