-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(terraform): Outdated check for google_container_cluster binary authorization #3612
fix(terraform): Outdated check for google_container_cluster binary authorization #3612
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice good job, just a a small suggestion
checkov/terraform/checks/resource/gcp/GKEBinaryAuthorization.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, looks great 🍺
@gruebel do I need to reach out to someone else for another approve review? |
hey @losisin sadly you need to wait a bit, because my colleagues have now a couple of holidays 🏖️ but when they are back, I will grab some to review your PR 💪 |
@losisin tried to fix the merge conflict, but I have no permission to push my change to your branch |
…ation # Conflicts: # checkov/terraform/checks/resource/gcp/GKEBinaryAuthorization.py
@gruebel I resolved the conflict and did |
…thorization (bridgecrewio#3612) * fix deprecation in binary authorization * cleanup a bit * add suggested changes from code review * EOF
…thorization (bridgecrewio#3612) * fix deprecation in binary authorization * cleanup a bit * add suggested changes from code review * EOF
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description
This PR tries to cover all cases how binary authorization can be enabled for
google_container_cluster
in different version of google provider plugin. Hopefully .... :)Fixes #3409
Checklist: