{"id":7554118,"name":"haskell-actions/run-ormolu","ecosystem":"actions","description":"Check formatting of Haskell code with Ormolu","homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/haskell-actions/run-ormolu","keywords_array":[],"namespace":"haskell-actions","versions_count":17,"first_release_published_at":"2020-11-15T21:08:12.000Z","latest_release_published_at":"2025-01-23T14:16:25.000Z","latest_release_number":"v17","last_synced_at":"2026-05-19T13:00:37.962Z","created_at":"2023-04-11T01:28:20.953Z","updated_at":"2026-05-19T13:00:37.962Z","registry_url":"https://github.com/haskell-actions/run-ormolu","install_command":null,"documentation_url":null,"metadata":{"name":"run-ormolu","description":"Check formatting of Haskell code with Ormolu","inputs":{"pattern":{"required":false,"description":"Glob pattern that are used to find source files to format. It is possible to specify several patterns by putting each on a new line.\n","default":"**/*.hs\n**/*.hs-boot\n"},"respect-cabal-files":{"required":false,"description":"Whether to try to locate Cabal files and take into account their default-extensions and default-language settings.\n","default":true},"follow-symbolic-links":{"required":false,"description":"Whether to follow symbolic links.\n","default":true},"mode":{"required":false,"description":"Mode of operation: 'stdout', 'inplace', or 'check' (the default).\n","default":"check"},"extra-args":{"required":false,"description":"Extra arguments to pass to Ormolu.\n"},"version":{"required":false,"description":"The version number of Ormolu to use. Defaults to \"latest\".\n","default":"latest"}},"runs":{"using":"node20","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":39753021,"uuid":"302912947","full_name":"haskell-actions/run-ormolu","owner":"haskell-actions","description":"Ormolu GitHub action","archived":false,"fork":false,"pushed_at":"2025-09-03T12:16:18.000Z","size":351,"stargazers_count":31,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T11:34:59.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell-actions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-10-10T13:54:01.000Z","updated_at":"2025-09-03T12:16:16.000Z","dependencies_parsed_at":"2023-11-26T11:26:49.796Z","dependency_job_id":"0834bdcc-ad07-4b1b-90c9-3a258f80044c","html_url":"https://github.com/haskell-actions/run-ormolu","commit_stats":{"total_commits":36,"total_committers":6,"mean_commits":6.0,"dds":"0.19444444444444442","last_synced_commit":"2bf84706f6465a4ef89b503291e9cbe31032190e"},"previous_names":["mrkkrp/ormolu-action"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/haskell-actions/run-ormolu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-actions%2Frun-ormolu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-actions%2Frun-ormolu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-actions%2Frun-ormolu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-actions%2Frun-ormolu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell-actions","download_url":"https://codeload.github.com/haskell-actions/run-ormolu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-actions%2Frun-ormolu/sbom","scorecard":{"id":457312,"data":{"date":"2025-08-11","repo":{"name":"github.com/haskell-actions/run-ormolu","commit":"dcf21482ad4588a654d6c4d6e94808afd4e4de61"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"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":"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":"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":"Code-Review","score":1,"reason":"Found 4/28 approved changesets -- score normalized to 1","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml: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":"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":"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.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/haskell-actions/run-ormolu/ci.yaml/master?enable=pin","Info:   0 out of   1 GitHub-owned GitHubAction 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":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Warn: project license file does not contain an FSF or OSI license."],"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 'master'"],"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":2,"reason":"8 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7r3h-m5j6-3q42","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw"],"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 12 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-19T10:03:50.893Z","repository_id":39753021,"created_at":"2025-08-19T10:03:50.893Z","updated_at":"2025-08-19T10:03:50.893Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277176349,"owners_count":25774068,"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-09-27T02:00:08.978Z","response_time":73,"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-09-27T03:23:12.285Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":8,"rankings":{"downloads":null,"dependent_repos_count":13.138963714149899,"dependent_packages_count":0.0,"stargazers_count":6.103628585010299,"forks_count":8.25859610204405,"docker_downloads_count":null,"average":6.875297100301062},"purl":"pkg:githubactions/haskell-actions/run-ormolu","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/haskell-actions/run-ormolu","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/haskell-actions/run-ormolu","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/haskell-actions/run-ormolu/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-04T03:02:55.396Z","issues_count":13,"pull_requests_count":20,"avg_time_to_close_issue":729445.5833333334,"avg_time_to_close_pull_request":115039.95,"issues_closed_count":12,"pull_requests_closed_count":20,"pull_request_authors_count":8,"issue_authors_count":11,"avg_comments_per_issue":2.3076923076923075,"avg_comments_per_pull_request":0.75,"merged_pull_requests_count":17,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":736558.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-actions%2Frun-ormolu/issues","maintainers":[{"login":"mrkkrp","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mrkkrp"},{"login":"brandonchinn178","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/brandonchinn178"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell-actions%2Frun-ormolu/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell-actions%2Frun-ormolu/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell-actions%2Frun-ormolu/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell-actions%2Frun-ormolu/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell-actions%2Frun-ormolu/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell-actions%2Frun-ormolu/codemeta","maintainers":[]}