Feluda License Scanner
Version updated for https://github.com/anistark/feluda to version v1.11.1.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Feluda is a Rust-based command-line tool designed to analyze project dependencies, identify their licenses, and flag any restrictive or incompatible licenses that may impact personal or commercial use. It automates license compliance by classifying licenses, checking compatibility with the project’s license, and generating compliance files such as NOTICE, THIRD_PARTY_LICENSES, and SPDX-formatted SBOMs. Feluda supports multiple programming languages and integrates into CI/CD pipelines like GitHub Actions and Jenkins.
Release notes
What’s Changed
- fix: Fix clippy warnings by @farhaanbukhsh in https://github.com/anistark/feluda/pull/186
- chore: update rust min version to 1.85.0 by @anistark in https://github.com/anistark/feluda/pull/188
- fix:- #189 -changed lookup to check GOMODCACHE, changed escapping before pk… by @pratik-anurag in https://github.com/anistark/feluda/pull/190
- add docs by @anistark in https://github.com/anistark/feluda/pull/192
Full Changelog: https://github.com/anistark/feluda/compare/v1.11.0...v1.11.1