-
Notifications
You must be signed in to change notification settings - Fork 555
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
feat: load rego policies from OCI images #1478
Conversation
90ad019
to
8fe2b91
Compare
if err != nil { | ||
return fmt.Errorf("reading image %q: %w", policyImageRef, err) | ||
} | ||
if len(policyImageSigs) == 0 { |
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.
cc: @dlorenc
5cebcc7
to
80be886
Compare
Sorry I'll get to this one this week! |
80be886
to
d91baba
Compare
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> Co-authored-by: Furkan Türkal <furkan.turkal@trendyol.com> Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
d91baba
to
9bb302a
Compare
Codecov Report
@@ Coverage Diff @@
## main #1478 +/- ##
==========================================
- Coverage 34.00% 33.81% -0.20%
==========================================
Files 153 153
Lines 9981 10038 +57
==========================================
Hits 3394 3394
- Misses 6208 6265 +57
Partials 379 379
Continue to review full report at Codecov.
|
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR was closed because it has been stalled for 10 days with no activity. |
Can we re-open this one @dlorenc if you still consider it useful? |
kindly ping @dlorenc @hectorj2f |
@developer-guy Done! |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR was closed because it has been stalled for 10 days with no activity. |
Signed-off-by: Batuhan Apaydın batuhan.apaydin@trendyol.com
Co-authored-by: Furkan Türkal furkan.turkal@trendyol.com
Summary
You can test this with the following path:
Ticket Link
Fixes #1361
Release Note
cc: @Dentrax