anistark/Feluda License Scanner
Scan project dependencies for restrictive and incompatible licenses
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- None
Pinned Snippet
uses: anistark/feluda@c0f13c9c224a3119149651737753cd5413b9a9fc # v1.14.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the project directory to scan | no | ./ |
| fail-on-restrictive | Fail when restrictive licenses are found | no | true |
| fail-on-incompatible | Fail when incompatible licenses are found | no | false |
| project-license | Specify the project license (overrides auto-detection) | no | — |
| update-badge | Update README badge with scan results | no | true |
| badge-path | Path to README file for badge updates | no | README.md |
| language | Programming language to scan (e.g., rust, python, node, go, cpp, c, r) | no | — |
Outputs
| name | description |
|---|---|
| license-check | Result of license check (success/failure) |
| feluda-log | Full output from Feluda scan |
| restrictive-count | Number of restrictive licenses found |
| incompatible-count | Number of incompatible licenses found |