Kartikeya Pande
Kartikeya Pande
Hey @nayoa, if the in-line --directory argument is overriding the config file, that behavior is by design. See the note at the bottom of `checkov --help` ``` Args that start...
Hey @MikkoMyllyniemi I haven't been able to reproduce this issue. I applied a similar label to the poicy and it worked as expected. ``` ❯ ckv -l --policy-metadata-filter policy.label=kartik-test --bc-api-key...
Never mind, I found the issue. It appears that `GET https://api.prismacloud.io/filter/policy/suggest` returns only "recently used" filters and therefore a new label may or may not be returned. I'll fix this...
Hey @tspearconquest, the fixes for this came across a few different PRs. Checkov can access private repos using cached git credentials or using a personal access token that's available in...
Yeah this should do it ``` conditional : expression new_line_or_comment? "?" new_line_or_comment? expression new_line_or_comment? ":" new_line_or_comment? expression new_line_or_comment? ```