{"id":5803328,"name":"michaelhenry/create-report","ecosystem":"actions","description":"An action to create a generic run report","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/michaelhenry/create-report","keywords_array":["checks-api","ci","ci-report","github-action","github-run-checks","html","junit","markdown","reports"],"namespace":"michaelhenry","versions_count":8,"first_release_published_at":"2021-12-12T17:44:24.000Z","latest_release_published_at":"2022-10-30T09:14:28.000Z","latest_release_number":"v2.0.4","last_synced_at":"2026-06-06T08:47:54.388Z","created_at":"2023-01-04T14:25:44.659Z","updated_at":"2026-06-06T08:47:54.388Z","registry_url":"https://github.com/michaelhenry/create-report","install_command":null,"documentation_url":null,"metadata":{"name":"create-report","description":"An action to create a generic run report","branding":{"icon":"file-text","color":"green"},"inputs":{"title":{"description":"Title of the report","required":true},"path":{"description":"File path of the report.","required":false},"format":{"description":"The data format of the summary either markdown or html.","required":false,"default":"markdown"}},"runs":{"using":"composite","steps":[{"name":"Cache Pip","id":"pip-cache","uses":"actions/cache@v3","with":{"path":"~/.cache/pip","key":"${{ runner.os }}-${{ env.GITHUB_ACTION_PATH }}-pip-cache"}},{"uses":"fwal/setup-swift@v1.14.0","with":{"swift-version":"5.6"}},{"uses":"actions/setup-python@v2","with":{"python-version":"3.8.12","cache":"pip"}},{"run":"pip install -r $GITHUB_ACTION_PATH/requirements.txt","if":"steps.pip-cache.outputs.cache-hit != 'true'","shell":"bash"},{"name":"Cache ghchecks","id":"ghchecks-cache","uses":"actions/cache@v3","with":{"path":"/usr/local/bin/ghchecks","key":"${{ runner.os }}-${{ env.GITHUB_ACTION_PATH }}-ghchecks-cache"}},{"if":"steps.ghchecks-cache.outputs.cache-hit != 'true'","run":"cd $GITHUB_ACTION_PATH\nswift build -c release \u0026\u0026 \\\ncp .build/release/ghchecks /usr/local/bin/ghchecks\n","shell":"bash"},{"name":"Create report","run":"ghchecks create-report \\\n--title \"${{ inputs.title }} \" \\\n--path \"${{ inputs.path }}\" \\\n--format \"${{ inputs.format }}\" \\\n--repository \"${{ github.repository }}\" \\\n--head-sha \"${{ github.event.pull_request.head.sha }}\" \\\n--github-token \"${{ github.token }}\"\n","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":40482146,"uuid":"437556632","full_name":"michaelhenry/create-report","owner":"michaelhenry","description":"A Github action for creating generic run report (using Markdown, HTML or JUnit).","archived":false,"fork":false,"pushed_at":"2023-03-07T15:06:07.000Z","size":51,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-24T19:07:02.980Z","etag":null,"topics":["checks-api","ci","ci-report","github-action","github-run-checks","html","junit","markdown","reports"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelhenry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-12T13:43:15.000Z","updated_at":"2025-06-12T20:03:41.000Z","dependencies_parsed_at":"2024-10-14T19:18:47.580Z","dependency_job_id":null,"html_url":"https://github.com/michaelhenry/create-report","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/michaelhenry/create-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fcreate-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fcreate-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fcreate-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fcreate-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelhenry","download_url":"https://codeload.github.com/michaelhenry/create-report/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fcreate-report/sbom","scorecard":{"id":641211,"data":{"date":"2025-08-11","repo":{"name":"github.com/michaelhenry/create-report","commit":"8b27e8b1446bf4a1d9af9e67431cc8c78fb3821d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.3,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":0,"reason":"Found 0/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/create-report/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/create-report/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/create-report/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/create-report/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/create-report/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/create-report/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/create-report/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/create-report/ci.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:25","Warn: downloadThenRun not pinned by hash: .github/workflows/ci.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:51","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7mpr-5m44-h73r"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T10:49:03.445Z","repository_id":40482146,"created_at":"2025-08-21T10:49:03.445Z","updated_at":"2025-08-21T10:49:03.445Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281235199,"owners_count":26466153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"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"},"tags":[]},"repo_metadata_updated_at":"2025-10-27T07:38:29.361Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":8,"rankings":{"downloads":null,"dependent_repos_count":13.119949294881952,"dependent_packages_count":0.0,"stargazers_count":19.87640627475836,"forks_count":35.18301378545397,"docker_downloads_count":null,"average":17.04484233877357},"purl":"pkg:githubactions/michaelhenry/create-report","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/michaelhenry/create-report","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/michaelhenry/create-report","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/michaelhenry/create-report/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-03-21T15:33:05.192Z","issues_count":3,"pull_requests_count":19,"avg_time_to_close_issue":3570345.3333333335,"avg_time_to_close_pull_request":104045.8947368421,"issues_closed_count":3,"pull_requests_closed_count":19,"pull_request_authors_count":1,"issue_authors_count":1,"avg_comments_per_issue":0.3333333333333333,"avg_comments_per_pull_request":0.8421052631578947,"merged_pull_requests_count":15,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fcreate-report/issues","maintainers":[{"login":"michaelhenry","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelhenry"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fcreate-report/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fcreate-report/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fcreate-report/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fcreate-report/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fcreate-report/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fcreate-report/codemeta","maintainers":[]}