Skip to content

Uses dep to find out which packages are outdated and transforms the result into JUnit XML.

Notifications You must be signed in to change notification settings

wongherlung/godep-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

godep-audit

This program makes use of the output of dep ensure -update -dry-run to determine which packages are outdated. Based on the json whitelist file (format given below), it will output the outdated packages in JUnit XML format.

Whitelisting format

{
  "whitelisted_packages": [
    {
      "name": "<<package name>>",
      "upstream_commit": "<<upstream commit to ignore>>",
      "reason": "<<reason why not updating>>"
    },
    {
      "name": "<<package name>>",
      "upstream_commit": "<<upstream commit to ignore>>",
      "reason": "<<reason why not updating>>"
    }
  ]
}

About

Uses dep to find out which packages are outdated and transforms the result into JUnit XML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages