Skip to content

licensebat/licensebat-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Licensebat GitHub Action

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.

job summary

Inputs

dependency-file-path

Required The path of the dependency manifest file (package-lock.json, Cargo.lock, pubspec.lock).

licrc-path

Optional .licrc file path. Default ".licrc".

Learn more about the .licrc file.

Example usage

- name: licensebat
  uses: licensebat/licensebat-action@v1
    with:
    dependency-file-path: 'package-lock.json'