ChanochShayner

Results 26 comments of ChanochShayner

Closing, feel free to reopen if this PR is still relevant.

Looks good to me! @tsmithv11 Could you please review it? Thx.

@chrisnielsen-MS can we close this issue by [this](https://github.com/bridgecrewio/checkov/issues/6416#issuecomment-2183577174) comment?

@EstyFridman1 you still have some lint issues.

Another point - Please do the new regex and comment extraction behind an environment variable - ``` should_allow_multi_checks_skip = strtobool(os.getenv('CHECKOV_ALLOW_SKIP_MULTIPLE_ONE_LINE', 'False')) ``` And do every change by condition if `should_allow_multi_checks_skip`...