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
{{ message }}
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
If I have a resource block that contains a count, e.g. 10. and Checkov finds an error in that block, the extension outputs the same error multiple times (note in the screen shots the change in count number vs popup error messages):
This seems to be regardless of resource type. I would expect there to be only one error message per block, and not 1 error message per instance that would be created if the template would be applied. Scanning the same template file with the Checkov CLI tool produces only one result per block as expected.
Checkov version 2.3.216 is in use in my VS code install.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I have a resource block that contains a count, e.g. 10. and Checkov finds an error in that block, the extension outputs the same error multiple times (note in the screen shots the change in count number vs popup error messages):
This seems to be regardless of resource type. I would expect there to be only one error message per block, and not 1 error message per instance that would be created if the template would be applied. Scanning the same template file with the Checkov CLI tool produces only one result per block as expected.
Checkov version 2.3.216 is in use in my VS code install.
The text was updated successfully, but these errors were encountered: