Michael Ward

Results 4 comments of Michael Ward

So this looks like it is because of the plan enrichment. Specifically, this call to parse_directory which doesn't pass along the configuration for download-external-modules (or external-modules-download-path): https://github.com/bridgecrewio/checkov/blob/d73fd4bd7096d48ab3434a92a177bcc55605460a/checkov/common/runners/runner_registry.py#L250 ``` Parser().parse_directory( directory=repo_root,...

I've just done some testing on our Jenkins instance with the ECS plugin downgraded to 1.48 and don't see this behaviour. This implies that it's a change in the ECS...

Here's a reasonably minimal script that can be used to reproduce the issue: ``` node('ecs-agent-name') { stage("First") { sh(script:"""mkdir results""") } } node('ecs-agent-name') { stage("Second") { sh(script:"""mkdir results""") } }...

Hi @Stericson, Sorry for the delayed response. We aren't explicitly setting it anywhere (we are using config-as-code to configure Jenkins), and thus I believe it will be implicitly set to...