tired-of-cancer/Generate SOUP register
Automatically generate a SOUP register for JS based projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| flag-gpl-as-high-risk | Treat GPL/AGPL licenses as High risk (relevant for proprietary medical devices) | — | true |
| create-pr | Create or update a pull request with SOUP.md changes instead of committing directly | — | false |
| pr-branch | Branch name to use for the SOUP update PR | — | soup-register-update |
| pr-title | Title for the SOUP update pull request | — | chore: update SOUP register |
| pr-body | Custom markdown body for the pull request. Falls back to a built-in default when not provided. | — | "" |
| pr-labels | Comma-separated labels to apply to the PR (e.g. "compliance,automated") | — | "" |
| format | Run prettier on SOUP.md before committing | — | true |
Outputs
| name | description |
|---|---|
| pr-url | URL of the created or updated pull request (empty if create-pr is false or no changes) |