File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.0
2+ - Reorganize GHA by header and dependency. (#123 )
3+ - Add rust cargo support for dep command. (#121 )
4+ - Support license expression in dep check. (#120 )
5+ - Prune npm packages before listing all dependencies (#119 )
6+ - Add support for multiple licenses in the header config section (#118 )
7+ - Add ` excludes ` to ` license resolve ` config (#117 )
8+ - maven: set ` group:artifact ` as dependency name and extend functions in summary template (#116 )
9+ - Stablize summary context to perform consistant output (#115 )
10+ - Add custom license urls for identification (#114 )
11+ - Lazy initialize GitHub client for comment (#111 )
12+ - Make license identifying threshold configurable (#110 )
13+ - Use Google's licensecheck to identify licenses (#107 )
14+ - dep: short circuit if user declare dep license (#108 )
15+
116## 0.3.0
217
318- Dependency License
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ inputs:
4343 default : check
4444runs :
4545 using : docker
46- image : ../ Dockerfile
46+ image : Dockerfile
4747 env :
4848 GITHUB_TOKEN : ${{ inputs.token }}
4949 args :
You can’t perform that action at this time.
0 commit comments