Licensebat
ActionsValidate the licenses of your project s dependencies by using Licensebat s open-source CLI
v6
LatestBy licensebat
This GitHub action allows you to use Licensebat to check that the licenses of your project's dependencies are valid according to your licensing policy.
The action will fail if it finds an invalid license.
Note that this action uses job summaries to report the results of the licenses check.
Required The path of the dependency manifest file (package-lock.json, Cargo.lock, pubspec.lock).
Optional .licrc
file path. Default ".licrc"
.
Learn more about the .licrc file.
- name: licensebat
uses: licensebat/licensebat-action@v1
with:
dependency-file-path: 'package-lock.json'
Licensebat is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.