Skip to content

jpiechowka/npm-audit-2-docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npm-audit-2-docx

Parse npm audit reports and create docx document with summary of vulnerabilities

Requirements

Python-docx is required to run this script (https://python-docx.readthedocs.io/en/latest/). It can be installed by running pip install python-docx

Usage

  1. Create npm audit report npm audit --parseable &> npm-audit-report.txt
  2. Move report file to npm directory alongside the script
  3. Run python3 ./npm-audit-2-docx.py

About

Parse npm audit reports and create docx documents with summary of vulnerabilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages