{"id":5801234,"name":"hadolint/hadolint-action","ecosystem":"actions","description":"Action that runs Hadolint Dockerfile linting tool","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/hadolint/hadolint-action","keywords_array":["dockerfile","github-actions","hadolint","linter"],"namespace":"hadolint","versions_count":19,"first_release_published_at":"2019-10-02T21:03:48.000Z","latest_release_published_at":"2026-07-30T13:41:27.000Z","latest_release_number":"v3.4.0","last_synced_at":"2026-08-06T19:00:36.396Z","created_at":"2023-01-04T12:58:55.965Z","updated_at":"2026-08-07T06:40:35.706Z","registry_url":"https://github.com/hadolint/hadolint-action","install_command":null,"documentation_url":null,"metadata":{"name":"Hadolint Action","description":"Action that runs Hadolint Dockerfile linting tool","author":"Bruno Paz","inputs":{"dockerfile":{"required":false,"description":"The path to the Dockerfile to lint","default":"Dockerfile"},"config":{"required":false,"description":"Path to a config file","default":null},"recursive":{"required":false,"description":"Search for specified dockerfile recursively, from the project root","default":"false"},"output-file":{"required":false,"description":"The path where to save the linting results to","default":"/dev/stdout"},"no-color":{"required":false,"description":"Don't create colored output.","default":"false"},"no-fail":{"required":false,"description":"Never exit with a failure status code","default":"false"},"verbose":{"required":false,"description":"Print more information about the running config","default":"false"},"format":{"required":false,"description":"The output format, one of [tty (default) | json | checkstyle |\ncodeclimate | gitlab_codeclimate | codacy | sarif]\n","default":"tty"},"failure-threshold":{"required":false,"description":"Fail the pipeline only if rules with severity above this threshold are\nviolated. One of [error | warning | info (default) | style | ignore]\n","default":"info"},"override-error":{"required":false,"description":"A comma separated list of rules whose severity will be `error`","default":null},"override-warning":{"required":false,"description":"A comma separated list of rules whose severity will be `warning`","default":null},"override-info":{"required":false,"description":"A comma separated list of rules whose severity will be `info`","default":null},"override-style":{"required":false,"description":"A comma separated list of rules whose severity will be `style`","default":null},"ignore":{"required":false,"description":"A comma separated string of rules to ignore","default":null},"trusted-registries":{"required":false,"description":"A comma separated list of trusted registry urls","default":null}},"runs":{"using":"docker","image":"Dockerfile","args":["${{ inputs.dockerfile }}"],"env":{"NO_COLOR":"${{ inputs.no-color }}","HADOLINT_NOFAIL":"${{ inputs.no-fail }}","HADOLINT_VERBOSE":"${{ inputs.verbose }}","HADOLINT_FORMAT":"${{ inputs.format }}","HADOLINT_FAILURE_THRESHOLD":"${{ inputs.failure-threshold }}","HADOLINT_OVERRIDE_ERROR":"${{ inputs.override-error }}","HADOLINT_OVERRIDE_WARNING":"${{ inputs.override-warning }}","HADOLINT_OVERRIDE_INFO":"${{ inputs.override-info }}","HADOLINT_OVERRIDE_STYLE":"${{ inputs.override-style }}","HADOLINT_IGNORE":"${{ inputs.ignore }}","HADOLINT_TRUSTED_REGISTRIES":"${{ inputs.trusted-registries }}","HADOLINT_CONFIG":"${{ inputs.config }}","HADOLINT_RECURSIVE":"${{ inputs.recursive }}","HADOLINT_OUTPUT":"${{ inputs.output-file }}"}},"branding":{"icon":"layers","color":"purple"},"default_branch":"master","path":null},"repo_metadata":{"id":40331896,"uuid":"212438777","full_name":"hadolint/hadolint-action","owner":"hadolint","description":"GitHub action for Hadolint, A  Dockerfile linting tool","archived":false,"fork":false,"pushed_at":"2026-07-30T13:43:23.000Z","size":96,"stargazers_count":269,"open_issues_count":26,"forks_count":70,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-08-06T23:02:20.606Z","etag":null,"topics":["dockerfile","github-actions","hadolint","linter"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/hadolint.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}},"created_at":"2019-10-02T20:50:32.000Z","updated_at":"2026-08-02T18:00:41.000Z","dependencies_parsed_at":"2024-01-16T21:30:13.506Z","dependency_job_id":"d71e44d4-7129-4157-a18b-f44d59b6f32f","html_url":"https://github.com/hadolint/hadolint-action","commit_stats":{"total_commits":72,"total_committers":22,"mean_commits":3.272727272727273,"dds":0.7916666666666666,"last_synced_commit":"d292784f8f3eacda47060b259a580467b0ba410c"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/hadolint/hadolint-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadolint","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/sbom","scorecard":{"id":452545,"data":{"date":"2025-08-11","repo":{"name":"github.com/hadolint/hadolint-action","commit":"d292784f8f3eacda47060b259a580467b0ba410c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"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":8,"reason":"Found 11/13 approved changesets -- score normalized to 8","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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:12","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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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":"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:30: update your workflow using https://app.stepsecurity.io/secureworkflow/hadolint/hadolint-action/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/hadolint/hadolint-action/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/hadolint/hadolint-action/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/hadolint/hadolint-action/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/hadolint/hadolint-action/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:126: update your workflow using https://app.stepsecurity.io/secureworkflow/hadolint/hadolint-action/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/hadolint/hadolint-action/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/hadolint/hadolint-action/ci.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating ghcr.io/hadolint/hadolint:v2.12.0-debian to ghcr.io/hadolint/hadolint:v2.12.0-debian@sha256:27173fe25e062448490a32de410c08491c626a0bef360aa2ce5d5bdd9384b50d","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage 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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 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-19T08:34:31.235Z","repository_id":40331896,"created_at":"2025-08-19T08:34:31.235Z","updated_at":"2025-08-19T08:34:31.235Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36363467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-07T02:00:06.708Z","response_time":57,"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"},"owner_record":{"login":"hadolint","name":"Haskell Dockerfile Linter","uuid":"34047791","kind":"organization","description":"","email":null,"website":null,"location":"Denmark","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/34047791?v=4","repositories_count":4,"last_synced_at":"2024-10-29T15:53:55.674Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/hadolint","funding_links":["https://github.com/sponsors/hadolint"],"total_stars":10238,"followers":48,"following":0,"created_at":"2022-11-11T11:58:43.185Z","updated_at":"2024-10-29T15:53:55.674Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadolint","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadolint/repositories"},"tags":[{"name":"v3.4.0","sha":"2a66e89f53d0771bb131a7fa31f3136336094aa6","kind":"commit","published_at":"2026-07-30T13:41:27.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v3.4.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":"16f10d6d-e4f7-492c-a89a-e1d891ae9eb8","purl":"pkg:github/hadolint/hadolint-action@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"2332a7b74a6de0dda2e2221d575162eba76ba5e5","kind":"commit","published_at":"2025-09-22T11:43:49.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v3.3.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v3.3.0","dependencies_parsed_at":"2025-10-16T04:19:41.987Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"3fc49fb50d59c6ab7917a2e4195dba633e515b29","kind":"commit","published_at":"2025-09-03T13:29:46.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v3.2.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v3.2.0","dependencies_parsed_at":"2025-09-11T04:48:00.435Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"54c9adbab1582c2ef04b2016b760714a4bfde3cf","kind":"commit","published_at":"2023-01-17T16:19:55.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v3.1.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v3.1.0","dependencies_parsed_at":"2023-06-01T00:13:25.208Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"4b5806eb9c6bee4954fc0e0cc3ad6175fc9782c1","kind":"commit","published_at":"2022-11-11T11:13:19.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v3.0.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-31T19:41:34.652Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"f988afea3da57ee48710a9795b6bb677cc901183","kind":"commit","published_at":"2022-03-31T13:57:42.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v2.1.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-31T14:00:01.101Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"0a6d062e780d218ea909a18365e0ab2e36d09612","kind":"commit","published_at":"2022-03-24T14:36:08.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v2.0.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T14:00:01.695Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v2.0.0/manifests"},{"name":"v1.7.0","sha":"0bc6199b82f7c6bbd2d41b82d523294df01f8b8f","kind":"commit","published_at":"2022-03-22T08:41:42.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.7.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.7.0","dependencies_parsed_at":"2023-05-31T14:00:02.242Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"d7b38582334d9ac11c12021c16f21d63015fa250","kind":"commit","published_at":"2021-08-26T11:31:58.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.6.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.6.0","dependencies_parsed_at":"2023-05-31T14:00:02.800Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"c27bd9edc1e95eed30474db8f295ff5807ebca14","kind":"commit","published_at":"2021-05-10T09:27:49.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.5.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.5.0","dependencies_parsed_at":"2023-05-31T14:00:03.309Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"473e36ba306c199243ffe4f1e652a8b60a8fa296","kind":"commit","published_at":"2021-04-15T11:40:41.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.4.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-31T14:00:04.263Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"1623ba61710b974b55ba455930e6f2c8ef919778","kind":"commit","published_at":"2020-12-06T19:10:45.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.3.1","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.3.1","dependencies_parsed_at":"2023-05-31T14:00:04.851Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"bf7fe9f9b98e48f29f63756ea03afde785afc508","kind":"commit","published_at":"2020-12-06T09:54:22.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.3.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-31T14:00:05.604Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"7e374b112fd3e7e6ea346131c40e17c7254f64bf","kind":"commit","published_at":"2020-12-05T18:38:01.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.2.1","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-31T14:00:06.318Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"88386d9893306402023c4668c6966ee7441786ca","kind":"commit","published_at":"2020-12-05T17:34:32.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.2.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T14:00:06.982Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"eb9b96be611b84830aa1babacfb7070ecd2a8b1b","kind":"commit","published_at":"2020-04-10T10:54:11.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.1.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T14:00:07.456Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"2d3af3ec16c488da1b8a54db9024fd126f20cbdc","kind":"commit","published_at":"2019-10-02T21:17:00.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.0.2","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T14:00:08.106Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"2d3af3ec16c488da1b8a54db9024fd126f20cbdc","kind":"commit","published_at":"2019-10-02T21:17:00.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.0.1","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T14:00:08.752Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"7bb745041c7f9c68f16435b98be2f93715248b26","kind":"commit","published_at":"2019-10-02T21:03:48.000Z","download_url":"https://codeload.github.com/hadolint/hadolint-action/tar.gz/v1.0.0","html_url":"https://github.com/hadolint/hadolint-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T14:00:09.414Z","dependency_job_id":null,"purl":"pkg:github/hadolint/hadolint-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-07T06:40:35.706Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":963,"rankings":{"downloads":null,"dependent_repos_count":0.8810014260814452,"dependent_packages_count":0.0,"stargazers_count":1.5179844715575979,"forks_count":1.479955633021708,"docker_downloads_count":null,"average":0.9697353826651878},"purl":"pkg:githubactions/hadolint/hadolint-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/hadolint/hadolint-action","docker_dependents_count":1,"docker_downloads_count":30417,"usage_url":"https://repos.ecosyste.ms/usage/actions/hadolint/hadolint-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/hadolint/hadolint-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/hadolint"],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-11T21:00:34.256Z","issues_count":35,"pull_requests_count":66,"avg_time_to_close_issue":13037032.95,"avg_time_to_close_pull_request":2446718.269230769,"issues_closed_count":20,"pull_requests_closed_count":52,"pull_request_authors_count":36,"issue_authors_count":33,"avg_comments_per_issue":2.3714285714285714,"avg_comments_per_pull_request":1.1818181818181819,"merged_pull_requests_count":33,"bot_issues_count":1,"bot_pull_requests_count":10,"past_year_issues_count":1,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1232390.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Fhadolint-action/issues","maintainers":[{"login":"brpaz","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/brpaz"},{"login":"lorenzo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lorenzo"},{"login":"m-ildefons","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ildefons"}],"active_maintainers":[{"login":"m-ildefons","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ildefons"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hadolint%2Fhadolint-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hadolint%2Fhadolint-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hadolint%2Fhadolint-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hadolint%2Fhadolint-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hadolint%2Fhadolint-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hadolint%2Fhadolint-action/codemeta","maintainers":[]}