Skip to content

Commit

Permalink
Merge pull request #124 from Dash-Industry-Forum/wwhrd
Browse files Browse the repository at this point in the history
feat: make check-licenses provides checked list of package licenses
  • Loading branch information
tobbee authored Oct 17, 2023
2 parents 53093cb + 3ee8071 commit 06fbf20
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .wwhrd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
denylist:

allowlist:
- Apache-2.0
- MIT
- BSD-3-Clause
- CC0-1.0

exceptions:

4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ install: all
.PHONY: update
update:
go get -t -u ./...

.PHONY: check-licenses
check-licenses: prepare
wwhrd check

0 comments on commit 06fbf20

Please sign in to comment.