An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Logo for dark mode](doc/docs/img/lpvs-dark.png#gh-dark-mode-only)
![Logo for light mode](doc/docs/img/lpvs-light.png#gh-light-mode-only)

# License Pre-Validation Service

[![CodeQL Analysis](https://github.com/Samsung/LPVS/workflows/CodeQL%20Analysis/badge.svg)](https://github.com/Samsung/LPVS/actions?query=workflow%3A%22CodeQL+Analysis%22)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/6309/badge)](https://www.bestpractices.dev/projects/6309)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Samsung/LPVS/badge)](https://api.securityscorecards.dev/projects/github.com/Samsung/LPVS)
[![Release](https://img.shields.io/github/v/release/samsung/lpvs.svg)](https://github.com/Samsung/LPVS/releases)
[![LICENSE](https://img.shields.io/github/license/samsung/lpvs.svg)](https://github.com/Samsung/LPVS/blob/main/LICENSE)
[![codecov](https://codecov.io/gh/Samsung/LPVS/graph/badge.svg?token=XTD749ITNF)](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/