Oliver Hookins
Oliver Hookins
It seems to correlate, although I don't see how it could be happening if you don't define that block at all: https://github.com/hashicorp/terraform-provider-aws/blob/145fc0c4bb2992366becb482a2ddb603b335f8e8/internal/service/rds/cluster.go#L1578-L1582 If the block isn't defined it shouldn't even...
I think I understand a little of the flaw that's going on here although I'm not super familiar with the Checkov architecture. I'm guessing the RunnerRegistry is trying to accumulate...
@maxamel thanks for that detail. Should it be supported? It's a bit weird that the configuration file `directory` directive takes an array, if multiple directories are not supported currently. Is...
Hmm, somehow the skip-path method also doesn't quite work. It's unclear why at the moment: ``` $ checkov -d . --skip-path skip1 --skip-path skip2 --skip-path skip3 --skip-path skip4 --skip-path skip5...
Here's some code (admittedly not very good) that fixes the issue: https://github.com/bridgecrewio/checkov/pull/7334
Have raised the skip-path issue here: https://github.com/bridgecrewio/checkov/issues/7336
Actually on further thought (and trying to work around the issue) I'm not even sure this CAA record is valid. We get back several DNS records when trying to configure...