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
// #nosec G304 -- Potential file inclusion via variable - Its purpose is to load any file name that is passed to it, so doesn't need to validate anything.
@@ -57,9 +59,10 @@ func FromYAMLFile[T any, V validatorPtr[T]](name string, v V) error {
57
59
// ParseFlags prints the help message to [os.Stdout] and exits.
58
60
// Note that errors are not printed automatically,
59
61
// so error handling is the sole responsibility of the caller.
0 commit comments