Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

ClearlyNoticed Action

Actions
Maintain a NOTICE file based on your package-lock.json
1.0.1
Star (20)

NOTICE file generator (chvive-action)

Create a NOTICE attribution file based on your package-lock.json as a github action!

add ./github/main.workflow to your repo

workflow "NOTICE file generator" {
  on = "push"
  resolves = ["NOTICE file generator"]
}

action "NOTICE file generator" {
  uses = "dabutvin/chive-action@master"
  secrets = ["GITHUB_TOKEN"]
}

with custom file name

action "NOTICE file generator" {
  uses = "dabutvin/chive-action@master"
  secrets = ["GITHUB_TOKEN"]
  args = "--filename=MyNotices.md"
}

include devDependencies in notices

action "NOTICE file generator" {
  uses = "dabutvin/chive-action@master"
  secrets = ["GITHUB_TOKEN"]
  args = "--includeDev=true"
}

ClearlyNoticed Action 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.

About

Maintain a NOTICE file based on your package-lock.json
1.0.1

ClearlyNoticed Action 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.