https://github.com/ashwanthkumar/licensd-server
https://github.com/ashwanthkumar/licensd-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashwanthkumar/licensd-server
- Owner: ashwanthkumar
- Created: 2017-09-14T11:54:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T09:57:46.000Z (almost 9 years ago)
- Last Synced: 2025-05-17T20:36:27.587Z (about 1 year ago)
- Language: Go
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/ashwanthkumar/licensd-server)
# licensd.in
LicensenD stores all the licenses of your dependencies used within the project and helps you make actionable insights on them.
## Formats Supported
- [LicenseFinder](https://github.com/pivotal/LicenseFinder)
- [sbt-license-report](https://github.com/sbt/sbt-license-report)
### Notes
Create a copy of `config.sample.yml` in the current working directory as `config.yml` with the right values specified.
#### Sending a CSV report from CI
For `license_finder` report use `file-format=license_finder` and for `sbt-license-report` use `file-format=sbt`.
```
curl -X POST http://localhost:8080/payload \
-H "X-Licensd-API-Token: abcdef12345" \
-F "license-file=@license.csv" \
-F "project-type=maven" \
-F "build-version=${GO_PIPELINE_NUMBER}" \
-F "build-url=${GO_SERVER_URL}/pipelines/${GO_PIPELINE_NAME}/${GO_PIPELINE_COUNTER}/${GO_STAGE_NAME}/${GO_STAGE_COUNTER}" \
-F "matrix=all" \
-F "file-format=sbt" \
-H "Content-Type: multipart/form-data"
```
## License
https://www.apache.org/licenses/LICENSE-2.0