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
TestRunner struct in runner/test.go has a Trace field, and Viper binds struct fields to variables case-insensitively. Even though the struct tag mapstructure:"trace" is missing I think this should work.
As of v0.55.0, the CONFTEST_TRACE env var does not seem to set the
conftest test --trace
flag.The text was updated successfully, but these errors were encountered: