You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syft's config options should be updated to use bool ptrs in order to allow for proper multi-level configuration. This allows for the distinction between false and unset values.
Why is this needed:
It's unclear if the default false zero value can behave correctly when trying to decide on values between config levels
Additional context:
See this comment from an earlier PR: #2274 (comment)
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Syft's config options should be updated to use bool ptrs in order to allow for proper multi-level configuration. This allows for the distinction between
false
andunset
values.Why is this needed:
It's unclear if the default
false
zero value can behave correctly when trying to decide on values between config levelsAdditional context:
See this comment from an earlier PR:
#2274 (comment)
The text was updated successfully, but these errors were encountered: