We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc3f02 commit 45d86e4Copy full SHA for 45d86e4
.bin/list-licenses
@@ -11,6 +11,7 @@ if [ -f package.json ]; then
11
{ echo; } 2>/dev/null
12
else
13
echo "No dependencies found in package.json" >&2
14
+ { echo; } 2>/dev/null
15
fi
16
17
@@ -34,5 +35,6 @@ if [ -f go.mod ]; then
34
35
# .bin/go-licenses report "$module_name" --template .bin/license-template-go.tpl 2>/dev/null
36
#
37
echo "$go_modules" | xargs -I {} sh -c '.bin/go-licenses report --template .bin/license-template-go.tpl {}' 2>/dev/null | grep -v '^$'
38
39
40
.reports/dep-licenses.csv
@@ -8,3 +8,4 @@
8
"github.com/google/uuid","BSD-3-Clause"
9
"github.com/pborman/uuid","BSD-3-Clause"
10
"github.com/pkg/errors","BSD-2-Clause"
+
0 commit comments