Scry.Runner.Result (scry v0.1.22)

Copy Markdown View Source

The outcome of one driver run.

Summary

Types

t()

@type t() :: %Scry.Runner.Result{
  changed?: boolean(),
  degraded: [%{analysis: atom(), reason: term()}],
  findings_by_file: %{optional(String.t()) => [map()]},
  souffle_missing?: boolean()
}