https://github.com/samsung/lpvs
License Pre-Validation Service analyzes which open source components and licenses are used in every patch. It returns the list of restricted licenses and the possibility of license violation on the comment with the exact code location and the open source component information.
https://github.com/samsung/lpvs
compliance hooks license lpvs scanner
Last synced: 6 months ago
JSON representation
License Pre-Validation Service analyzes which open source components and licenses are used in every patch. It returns the list of restricted licenses and the possibility of license violation on the comment with the exact code location and the open source component information.
- Host: GitHub
- URL: https://github.com/samsung/lpvs
- Owner: Samsung
- License: mit
- Created: 2022-07-28T23:43:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T14:19:52.000Z (6 months ago)
- Last Synced: 2025-04-11T18:24:50.769Z (6 months ago)
- Topics: compliance, hooks, license, lpvs, scanner
- Language: Java
- Homepage: https://samsung.github.io/LPVS/
- Size: 5.56 MB
- Stars: 24
- Watchers: 8
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

# License Pre-Validation Service
[](https://github.com/Samsung/LPVS/actions?query=workflow%3A%22CodeQL+Analysis%22)
[](https://www.bestpractices.dev/projects/6309)
[](https://api.securityscorecards.dev/projects/github.com/Samsung/LPVS)
[](https://github.com/Samsung/LPVS/releases)
[](https://github.com/Samsung/LPVS/blob/main/LICENSE)
[](https://codecov.io/gh/Samsung/LPVS)---
## ~~ Introduction ~~
The **License Pre-Validation Service (LPVS)** is a tool designed to address license-related risks in the source code.
It helps developers ensure license compliance by analyzing project components and flagging potential issues at each update.
Use LPVS to protect your projects from license infringement.## Features ✨
- **License Checking**: Ensures open-source license compliance by analyzing project components.
- **Always Watching**: Continuously monitors license-related risks throughout the development process.
- **GitHub Integration**: Automatically generates comments on GitHub, highlighting potential license violations or issues within the codebase.## Usage 🚀
Refer to the [Quick Start Guide], and then try running the tool.
## Documentation 📚
Full documentation is available at [GitHub pages].
## License 📝
The LPVS source code is distributed under the [MIT] open source license.
## Contributing 🤝
You are welcome to contribute to the LPVS project.
Contributing is a great way to practice social coding on GitHub, learn new technologies, and enhance your public portfolio.
Please refer to the [Contributing guide] for more information on how to contribute.[GitHub pages]: https://samsung.github.io/LPVS/
[Contributing guide]: https://samsung.github.io/LPVS/dev-guide/contributing/
[MIT]: https://opensource.org/licenses/MIT
[Quick Start Guide]: https://samsung.github.io/LPVS/quick-start-guide/