bridgecrewio / checkov

Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.
https://www.checkov.io/
Apache License 2.0
6.71k stars 1.07k forks source link

feat(terraform): add fix for not contains solver #6389

Closed maxamel closed 3 weeks ago

maxamel commented 4 weeks ago

This PR fixes the not_contains solver to take into account lists of values so that all values are checked and not any one of them.

Fixes #6333

Checklist: