{"id":51116608,"url":"https://github.com/oracle-devrel/action-license-audit","last_synced_at":"2026-06-24T22:30:42.020Z","repository":{"id":65155625,"uuid":"371468000","full_name":"oracle-devrel/action-license-audit","owner":"oracle-devrel","description":"Looks at the output from ScanCode-Toolkit.","archived":false,"fork":false,"pushed_at":"2025-01-21T20:04:37.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-21T12:53:31.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle-devrel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-27T18:27:04.000Z","updated_at":"2026-03-02T02:02:18.000Z","dependencies_parsed_at":"2024-05-16T17:26:04.176Z","dependency_job_id":"424aa4d8-2b15-43a5-980e-aba6da0c40fb","html_url":"https://github.com/oracle-devrel/action-license-audit","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.4285714285714286,"last_synced_commit":"5250c04f0d579bd45cc2ceb2ca76ae0f3bfb78e2"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/oracle-devrel/action-license-audit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faction-license-audit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faction-license-audit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faction-license-audit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faction-license-audit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle-devrel","download_url":"https://codeload.github.com/oracle-devrel/action-license-audit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faction-license-audit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34752465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-24T22:30:41.940Z","updated_at":"2026-06-24T22:30:42.005Z","avatar_url":"https://github.com/oracle-devrel.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# License File Auditor\n\n## Introduction\nThis is designed to be used in GitHub Actions.  It indicates whether any unapproved licenses are found.  This simply examines the file output from running ScanCode-Toolkit, providing a way to get a \"is there a problem?\" in the GitHub Workflow itself...\n\n## Inputs\n| Input | Type | Description |\n|-------|------|-------------|\n| `licenses_file` | string | The file output from ScanCode-Toolkit - typically the full (absolute) path is best to use. |\n\n## Outputs\n| Output | Type | Description |\n|-------|------|-------------|\n| `unapproved_liceses` | bool | Whether or not unapproved licenses were found. |\n\n## Usage\nHere's a sample:\n\n```\nname: License Audit\non:\n  pull_request_target:\n  \njobs:\n  examine_licenses:\n    name: Look for unapproved licenses\n    runs-on: ubuntu-latest\n    steps:\n      - name: Look for non-approved licenses\n        uses: oracle-devrel/action-license-audit@v0.1.1\n        id: analysis\n        with:\n          licenses_file: '/github/workspace/licenses.json'\n```\n\n## Copyright Notice\nCopyright (c) 2024 Oracle and/or its affiliates.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-devrel%2Faction-license-audit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle-devrel%2Faction-license-audit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-devrel%2Faction-license-audit/lists"}