Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
/ npmlc2off Public archive

NPM License Check To Open Finding Format

Notifications You must be signed in to change notification settings

Jemurai/npmlc2off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM License Checker to OFF Converter

Convert NPM License Checker output (JSON) to OFF format. (see github.com/owasp/off)

Running

  1. Get an npm license checker report in json (eg. license-checker --exclude 'MIT, BSD, BSD-2-Clause, Apache-2.0, CC0-1.0, ISC' --json > npm-licenses.json)
  2. go get github.com/jemurai/npmlc2off
  3. npmlc2off npm-licenses.json

Releasing

Npmlc2off works to follow golang best practices. Therefore, when updating, we need to do the following:

  • go get -u
  • go mod tidy
  • git commit -m "change with version"
  • git tag v1.0.6
  • git push origin v1.0.6

Run the build.sh and get the different types of artifacts and include them in the release.

About

NPM License Check To Open Finding Format

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •