Should failing allowedUnsafeExecutions checks return an ArtifactError?
#43939
Closed
mikeroll
started this conversation in
Suggest an Idea
Replies: 1 comment
-
|
Good shout! I've converted to #44232 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I came from #43562 (reply in thread), where
mise lockwas silently skipped due to not being whitelisted, rather than erroring out.This code is for
misebut it's essentially the same for all unsafe commands:Do you think something like this would make sense instead? It would definitely make such issues visible with the Mend-hosted Renovate, and I suspect would also improve the ergonomics for the self-hosted variant.
Beta Was this translation helpful? Give feedback.
All reactions