artack/License Audit with Composer
Generate a license summary of Composer dependencies and print it to the workflow log.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| composer-path | Path to the Composer executable. | no | composer |
| use-locked | When true, run composer licenses with --locked to read from composer.lock instead of installed packages. | no | false |
| allowed-licenses | YAML-style multiline list of allowed licenses; when set, packages are marked ✅/❌ based on whether all licenses are allowed. | no | "" |
| fail-hard | When true (default), fail the action if any package uses a license outside the allowed list. | no | true |
| github-token | GitHub token used to create or update PR comments (defaults to github.token). | no | "" |
Outputs
no outputs