Conversation
|
@PsiACE could you take a look, it seems that "astral-sh/setup-uv" action is not allowed now. |
|
hi @micafer , astral-sh/setup-uv@v7 needs to be pinned to a specific hash value, like Would you like to give it a try? |
|
Same error. |
|
I assume either the tag or hash linked here should work. Background can be https://infra.apache.org/blog/trivy_security_incident.html. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## trunk #2128 +/- ##
=======================================
Coverage 83.36% 83.36%
=======================================
Files 353 353
Lines 81906 81906
Branches 9007 9007
=======================================
Hits 68278 68278
Misses 10799 10799
Partials 2829 2829
🚀 New features to boost your workflow:
|
tisonkun
left a comment
There was a problem hiding this comment.
Since I don't see any change that calls VSphereNodeDriver(...) with different verify_ssl param, I expect that it's always true now? Or users would initialize their own VSphereNodeDriver with verify_ssl=false if desired?
There was a problem hiding this comment.
This is the non-trival change.
Exactly, only if the user sets explicitly |
tisonkun
left a comment
There was a problem hiding this comment.
LGTM. Thanks for working on this!
Add verify_ssl option
Description
Add verify_ssl option, to enable the user to avoid SSL verification explicitly.
Also fix version of setup-uv and update vulneable deps to pass all the tests.
Status
Checklist (tick everything that applies)