iheanyi / licensed-action

A GitHub Action for checking your open-source licenses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

licensed-action

A GitHub Action for checking your open-source licenses.

Usage

In order to work properly, you must have a proper licensed configuration in your repository.

workflow "check licenses" {
  on = "push"
  resolves = [
    "Check Licenses"
  ]
}

action "Check Licenses" {
  uses = "iheanyi/licensed-action@master"
  secrets = ["GITHUB_TOKEN"]
}

Secrets

GITHUB_TOKEN - Optional. Required for pushing up cached licenses to the repository.

Environment

CONFIG_PATH - Optional. Path to your licensed configuration file if it is not in the base working directory.

About

A GitHub Action for checking your open-source licenses.

License:Other


Languages

Language:Shell 45.6%Language:Ruby 23.5%Language:Dockerfile 22.5%Language:HCL 8.4%