chore: license checker (#114)

This commit is contained in:
Kevin Goslar
2022-11-02 07:15:34 -04:00
committed by GitHub
parent 5a5f43727e
commit 59ea4864c2
6 changed files with 1058 additions and 2 deletions

View File

@ -136,6 +136,12 @@ kubebuilder:
mv /tmp/kubebuilder_2.3.2_${OS}_${ARCH} ${PWD}/.bin/kubebuilder
export PATH=${PATH}:${PWD}/.bin/kubebuilder/bin
licenses: .bin/licenses node_modules # checks open-source licenses
.bin/licenses
.bin/licenses: Makefile
curl https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh
node_modules: package-lock.json
npm ci
touch node_modules