-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(LicenseFinder): Prevent license violations
Run Pivotal's License Finder as a pre-commit hook. License Finder currently supports Yarn along with numerous other package managers. License policies are configured via `doc/dependency_decisions.yml`. Install the Yarn licenses plugin, which License Finder relies on to list the licenses of dependencies. The License Finder pre-commit hook depends on Ruby, so add Ruby as an asdf tool.
- Loading branch information
1 parent
4ea278a
commit a9a71f6
Showing
5 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
- - :permit | ||
- Apache 2.0 | ||
- :who: Kurt von Laven | ||
:why: permissive free software license | ||
- - :permit | ||
- CC-BY-4.0 | ||
- :who: Kurt von Laven | ||
:why: permissive free license | ||
- - :permit | ||
- BSD Zero Clause License | ||
- :who: Kurt von Laven | ||
:why: public domain equivalent software license | ||
- - :permit | ||
- New BSD | ||
- :who: Kurt von Laven | ||
:why: permissive free software license | ||
- - :permit | ||
- Simplified BSD | ||
- :who: Kurt von Laven | ||
:why: permissive free software license | ||
- - :permit | ||
- ISC | ||
- :who: Kurt von Laven | ||
:why: permissive free software license | ||
- - :permit | ||
- MIT | ||
- :who: Kurt von Laven | ||
:why: permissive free software license | ||
- - :permit | ||
- Python-2.0 | ||
- :who: Kurt von Laven | ||
:why: permissive free software license | ||
- - :permit | ||
- Unlicense | ||
- :who: Kurt von Laven | ||
:why: public domain equivalent software license | ||
- - :approve | ||
- docker-cache | ||
- :who: Kurt von Laven | ||
:why: top-level package |