# File lib/brakeman/report/report_text.rb, line 198
  def header text
    HighLine.new.color("== #{text} ==\n", :bold, :magenta)
  end