You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Kics linter is incorrectly reporting the number of errors. This discrepancy becomes apparent when running the linter on files with multiple warnings or errors, as MegaLinter incorrectly displays "1" error instead of the actual count in the summary.
To Reproduce
Run the Kics linter on a file containing several warnings or errors.
Observe the output from MegaLinter, which inaccurately reports "1" error.
Expected behavior
MegaLinter should accurately count and report the total number of errors within the file.
The text was updated successfully, but these errors were encountered:
A linter descriptor must contain properties cli_lint_errors_count and cli_lint_errors_regex to be able to count the errors by getting info from the linter output log.
Maybe you'd like to submit a PR to add them on KICS descriptor ? :)
Describe the bug
The Kics linter is incorrectly reporting the number of errors. This discrepancy becomes apparent when running the linter on files with multiple warnings or errors, as MegaLinter incorrectly displays "1" error instead of the actual count in the summary.
To Reproduce
Run the Kics linter on a file containing several warnings or errors.
Observe the output from MegaLinter, which inaccurately reports "1" error.
Expected behavior
MegaLinter should accurately count and report the total number of errors within the file.
The text was updated successfully, but these errors were encountered: