Skip to content

Commit

Permalink
autogen: update license overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Jan 2, 2025
1 parent 5a2a30b commit 90a693c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bin/list-licenses
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [ -f package.json ]; then
{ echo; } 2>/dev/null
else
echo "No dependencies found in package.json" >&2
{ echo; } 2>/dev/null
fi
fi

Expand All @@ -34,5 +35,6 @@ if [ -f go.mod ]; then
# .bin/go-licenses report "$module_name" --template .bin/license-template-go.tpl 2>/dev/null
#
echo "$go_modules" | xargs -I {} sh -c '.bin/go-licenses report --template .bin/license-template-go.tpl {}' 2>/dev/null | grep -v '^$'
{ echo; } 2>/dev/null
fi
fi
1 change: 1 addition & 0 deletions .reports/dep-licenses.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"github.com/ory/kratos-client-go","Apache-2.0"
"github.com/stretchr/testify","MIT"

0 comments on commit 90a693c

Please sign in to comment.