5GSEC / nimbus

Intent driven security automation framework
Apache License 2.0
25 stars 10 forks source link

fix: Modifying the trigger for the mutateexisting policy to the Nimbus policy #216

Closed shivaccuknox closed 4 months ago

shivaccuknox commented 4 months ago

Modifying the trigger for the mutateexisting policy to a Nimbus policy. Since it is guaranteed that a nimbus policy will be created before a mutateexisting policy, we can ensure that the mutateexisting policy will always be triggered.

Description

Fixes #215

Does this PR introduce a breaking change? No

Checklist

Additional information for reviewer

I have tested in my local setup (make run of the nimbus-kyverno adapter), and it works.

Mention if this PR is part of any design or a continuation of previous PRs