Class | Brakeman::Report |
In: |
lib/brakeman/report/renderer.rb
lib/brakeman/report.rb |
Parent: | Object |
Generates a report based on the Tracker and the results of Tracker#run_checks. Be sure to run_checks before generating a report.
VALID_FORMATS | = | [:to_html, :to_pdf, :to_csv, :to_json, :to_tabs, :to_hash, :to_s, :to_markdown, :to_codeclimate, :to_plain, :to_text] |
tracker | [R] |