posh-providers/pivotal/licensefinder/README.md
2024-07-22 21:28:44 +02:00

338 B

POSH License Finder provider

Usage

Plugin

func New(l log.Logger) (plugin.Plugin, error) {
	// ...
  inst.commands.Add(licensefinder.NewCommand(l, cache))
	// ...
}

Config

licenseFinder:
  logPath: .posh/logs/licenses.log
  decisionsPath: .posh/licenses.yaml
  sources:
    - go.mod
    - yarn.lock