Menu
PyRaiderPyRaiderDocs
PyRaiderPyRaider
  • Docs
  • Installation
    • Installation
    • Usage
  • Scan
    • Scan Installed Dependencies
    • Scan Installed Dependencies by Severity
    • Scan Requirement File
    • Scan Requirement File by Severity
  • Reports
    • Export JSON Report
    • Export CSV Report
    • Export HTML Report
  • OutdatedPacakges
    • Outdated Packages
  • Integrations
    • Integration With Jenkins
    • Integration With Gitlab
    • Integration With Github
    • Integration With Travis
  • FixVulnerablePackages
    • Fix Vulnerable Dependencies
    • Autifix Vulnerable Dependencies
  • UpdateDatabase
    • Update Database
  • ReleaseNote
    • Release Note
  • Help
    • Help

Export HTML Report


Export HTML report#

pyraider go -e html result.html
pyraider check -f requirements.txt -e html result.html

Export HTML report by severity#

Supported severities#

  1. high
  2. medium
  3. low
pyraider go -e html result.html -s high
pyraider check -f requirements.txt -e html result.html -s high

You should get a result file like this.

HTML

Previous
« Export CSV Report
Next
Outdated Packages »
  • Export HTML report
  • Export HTML report by severity

PyRaider Community

  • Chat using Discord
  • Follow us on Twitter

More

  • GitHub

Author

  • Tilak Thimmappa
  • Twitter
Copyright © 2022 PyRaider. Built with Docusaurus.