https://github.com/cloudquery/licenser
Scripts used to compile a list of used libraries and packages.
https://github.com/cloudquery/licenser
Last synced: 6 months ago
JSON representation
Scripts used to compile a list of used libraries and packages.
- Host: GitHub
- URL: https://github.com/cloudquery/licenser
- Owner: cloudquery
- Created: 2024-11-14T14:09:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T09:07:30.000Z (7 months ago)
- Last Synced: 2025-07-18T12:58:25.926Z (6 months ago)
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# License Scanner
This script scans the licenses of all the dependencies of modules in a given directory, and reports if any of them forbidden, notice, reciprocal or restricted types.
From this directory, can be run with:
```bash
go run . check .
go run . report .
```