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
This code tests that the insecure variable is True or False. This is assuming that the user is providing a YAML value. However, if this value is set via an intrinsic function, the value will be evaluated as string, because all intrinsic function values are strings.
Basically, want to change something from fig 1 to something essentially the same as fig2 :
This code tests that the insecure variable is
True
orFalse
. This is assuming that the user is providing a YAML value. However, if this value is set via an intrinsic function, the value will be evaluated as string, because all intrinsic function values are strings.Basically, want to change something from fig 1 to something essentially the same as fig2 :
fig 1:
fig 2:
The text was updated successfully, but these errors were encountered: