-
Notifications
You must be signed in to change notification settings - Fork 32
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
Bump conftest to 0.47.0 to unblock EC-55
#1190
Bump conftest to 0.47.0 to unblock EC-55
#1190
Conversation
EC-55
Any ideas about the failure?
|
I guess we need to downgrade github.com/moby/buildkit to v0.11.5 |
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
I'm likely missing something, but can someone explain how that conftest change allows "ec to produce both kinds of formatted output without needing to run twice." (Quote from the linked Jira issue.) |
@lcarva The patch I'm writing will add a flag to If that file object is something EC controls directly, we could output to both stdout and to a file at the same time. |
Ok, is there any progress in making that happen? It looks like this work is blocked on something that doesn't exist yet. |
@lcarva I've got a draft patch locally that doesn't work yet, because it's waiting on the updated Conftest dependency (this PR). Once this gets merged, my work on that can be unblocked. This patch should just be a dependency bump, with no code changes. |
@lcarva I realized I was unclear - the aforementioned |
@mbestavros , thank you for the clarification! |
Indeed. It is odd that an older version of conftest worked with a newer version of buildkit though. |
f61e009
to
b917f29
Compare
Signed-off-by: Mark Bestavros <mbestavr@redhat.com>
b917f29
to
095338c
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1190 +/- ##
===========================================
+ Coverage 66.04% 82.43% +16.39%
===========================================
Files 68 72 +4
Lines 5639 5721 +82
===========================================
+ Hits 3724 4716 +992
+ Misses 1915 1005 -910
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Let's do it!
https://issues.redhat.com/browse/EC-55 was blocked on the inclusion of open-policy-agent/conftest#877 in Conftest. With the release of Conftest
0.47.0
, the patch is now in upstream, and can now unblock EC-55.