Skip to content

Convert dependency check findings to OFF findings.

Notifications You must be signed in to change notification settings

Jemurai/depcheck2off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Check to OFF Converter

Convert a dependency check file to OFF format. (see github.com/owasp/off)

Running

  1. Get a dependency check report in json
  2. go get github.com/jemurai/depcheck2off
  3. depcheck2off depcheck-report.json

Releasing

Depcheck2off 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.