rajuljha/FOSSology Scan
Run license and copyright scans
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 14, 2024
- License
- None
Pinned Snippet
uses: rajuljha/foss-action@c0cf121dde9bec6eb9726f819fb2b49eadf81890 # v9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| scan_mode | Whether to do diff scans, repo scan or differential scan. Leave blank for diff. | no | "" |
| scanners | Which scanners to invoke | no | nomos ojo copyright keyword |
| report_format | Report format to generate reports in: SPDX_JSON, SPDX_YAML, SPDX_RDF, SPDX_TAG_VALUE | no | "" |
| keyword_conf_file_path | Path to custom keyword.conf file | no | "" |
| allowlist_file_path | Path to allowlist.json file | no | "" |
| from_tag | Starting tag to scan from | no | "" |
| to_tag | Ending tag to scan to | no | "" |
| github_api_url | Base URL of Github API | no | ${{ github.api_url }} |
| github_repository | Repository name | no | ${{ github.repository }} |
| github_token | Github Token | no | ${{ github.token }} |
| github_pull_request | Github PR | no | ${{ github.event.number }} |
| github_repo_url | Github Repo URL | no | ${{ github.repositoryUrl }} |
| github_repo_owner | Github Repo Owner | no | ${{ github.repository_owner }} |
Outputs
no outputs