posh-providers/pivotal/licensefinder
2025-09-22 10:25:50 +02:00
..
command.go feat(pivotal/licensefinder): add sources config 2024-07-22 21:28:44 +02:00
config_test.go feat: use json required 2025-09-22 07:05:37 +02:00
config.base.json feat: generate schema 2025-09-19 16:29:28 +02:00
config.go feat(pivotal/licensefinder): add sources config 2024-07-22 21:28:44 +02:00
config.schema.json feat: update schema 2025-09-22 10:25:50 +02:00
README.md feat(pivotal/licensefinder): add sources config 2024-07-22 21:28:44 +02:00

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