-
Notifications
You must be signed in to change notification settings - Fork 776
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: fixing nil pointer error when converting VAPB from v1beta1 to v1 and updating crypto, net (#3754) (#3766) #3781
fix: fixing nil pointer error when converting VAPB from v1beta1 to v1 and updating crypto, net (#3754) (#3766) #3781
Conversation
@@ -12,9 +13,12 @@ import ( | |||
celSchema "github.com/open-policy-agent/frameworks/constraint/pkg/client/drivers/k8scel/schema" | |||
regoSchema "github.com/open-policy-agent/frameworks/constraint/pkg/client/drivers/rego/schema" | |||
"github.com/open-policy-agent/frameworks/constraint/pkg/core/templates" | |||
"github.com/open-policy-agent/gatekeeper/v3/pkg/drivers/k8scel/transform" |
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.
I think the driver code was still in CF at this point
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! Updated the path. Should be good now.
…open-policy-agent#3754) Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com> (cherry picked from commit 14e6c8a)
c6b2109
to
5a95c29
Compare
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com> (cherry picked from commit a8eb788)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-3.17 #3781 +/- ##
===============================================
Coverage ? 47.73%
===============================================
Files ? 219
Lines ? 18441
Branches ? 0
===============================================
Hits ? 8802
Misses ? 8824
Partials ? 815
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM
… and updating crypto, net (open-policy-agent#3754) (open-policy-agent#3766) (open-policy-agent#3781) Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com> Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
Signed-off-by: Jaydip Gabani gabanijaydip@gmail.com
(cherry picked from commit 14e6c8a)
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when the PR gets merged):Fixes #
Special notes for your reviewer: