{"id":11838974,"name":"docker-compose-linter/dclint-github-action","ecosystem":"actions","description":"Validate and enforce best practices in Docker Compose using DCLint. Supports GitHub Annotations and Reviewdog integration.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/docker-compose-linter/dclint-github-action","keywords_array":["dclint","github-actions","reviewdog","reviewdog-action"],"namespace":"docker-compose-linter","versions_count":9,"first_release_published_at":"2025-06-11T16:06:51.000Z","latest_release_published_at":"2025-09-05T09:29:34.000Z","latest_release_number":"v1.6.0","last_synced_at":"2026-04-18T14:36:15.883Z","created_at":"2025-06-25T23:30:42.461Z","updated_at":"2026-04-18T14:36:15.884Z","registry_url":"https://github.com/docker-compose-linter/dclint-github-action","install_command":null,"documentation_url":null,"metadata":{"name":"DCLint GitHub Action","description":"Validate and enforce best practices in Docker Compose using DCLint. Supports GitHub Annotations and Reviewdog integration.","author":"Sergey Kupletsky \u003cs.kupletsky@gmail.com\u003e","branding":{"icon":"check","color":"blue"},"inputs":{"path":{"description":"Path(s) to file(s) or directory(ies) to lint (space-separated)","required":false,"default":"."},"recursive":{"description":"Recursively search directories","required":false,"default":"false"},"fix":{"description":"Apply automatic fixes","required":false,"default":"false"},"dry-run":{"description":"Simulate fixes without saving","required":false,"default":"false"},"formatter":{"description":"Output formatter (e.g. stylish, json, github)","required":false,"default":"github"},"max-warnings":{"description":"Maximum number of warnings allowed before failure","required":false,"default":"-1"},"exclude":{"description":"Excludes specific files or directories from being checked (space-separated)","required":false},"disable-rule":{"description":"Skips the execution of specific rules (space-separated)","required":false},"debug":{"description":"Outputs debugging information to the console","required":false,"default":"false"}},"runs":{"using":"composite","steps":[{"run":"args=\"\"\nif [[ \"${{ inputs.recursive }}\" == \"true\" ]]; then args=\"$args -r\"; fi\nif [[ \"${{ inputs.fix }}\" == \"true\" ]]; then args=\"$args --fix\"; fi\nif [[ \"${{ inputs.dry-run }}\" == \"true\" ]]; then args=\"$args --fix-dry-run\"; fi\nif [[ \"${{ inputs.formatter }}\" != \"\" ]]; then args=\"$args -f ${{ inputs.formatter }}\"; fi\nif [[ \"${{ inputs.max-warnings }}\" != \"-1\" ]]; then args=\"$args --max-warnings ${{ inputs.max-warnings }}\"; fi\nif [[ \"${{ inputs.exclude }}\" != \"\" ]]; then args=\"$args --exclude ${{ inputs.exclude }}\"; fi\nif [[ \"${{ inputs.disable-rule }}\" != \"\" ]]; then args=\"$args --disable-rule ${{ inputs.disable-rule }}\"; fi\nif [[ \"${{ inputs.debug }}\" == \"true\" ]]; then args=\"$args --debug\"; fi\n\necho \"Running: npx dclint@3.1.0 ${{ inputs.path }} $args\"\nset +e\nnpx dclint@3.1.0 ${{ inputs.path }} $args\nexit_code=$?\nset -e\n\necho \"### DCLint Linting Summary\" \u003e\u003e $GITHUB_STEP_SUMMARY\necho \"- Version: \\`dclint@3.1.0\\`\" \u003e\u003e $GITHUB_STEP_SUMMARY\necho \"- Path: \\`${{ inputs.path }}\\`\" \u003e\u003e $GITHUB_STEP_SUMMARY\necho \"- Formatter: \\`${{ inputs.formatter }}\\`\" \u003e\u003e $GITHUB_STEP_SUMMARY\n\necho \"\" \u003e\u003e $GITHUB_STEP_SUMMARY\n\nif [[ \"$exit_code\" == \"0\" ]]; then\n  echo \"- Status: ✅ Success\" \u003e\u003e $GITHUB_STEP_SUMMARY\nelse\n  echo \"- Status: ❌ Failed (exit code $exit_code)\" \u003e\u003e $GITHUB_STEP_SUMMARY\nfi\n\nexit $exit_code\n","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":294659004,"uuid":"987551906","full_name":"docker-compose-linter/dclint-github-action","owner":"docker-compose-linter","description":"GitHub Action for DCLint. Supports GitHub Annotations and integration with Reviewdog.","archived":false,"fork":false,"pushed_at":"2025-10-06T01:35:03.000Z","size":173,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-08T10:06:19.437Z","etag":null,"topics":["dclint","github-actions","reviewdog","reviewdog-action"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/docker-compose-linter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"docker-compose-linter","patreon":"zavoloklom","open_collective":"dclint","buy_me_a_coffee":"zavoloklom","custom":["https://www.paypal.com/donate/?hosted_button_id=J8KS3RUFKSHDL","https://boosty.to/zavoloklom"]}},"created_at":"2025-05-21T08:38:35.000Z","updated_at":"2025-09-26T19:45:42.000Z","dependencies_parsed_at":"2025-06-20T14:23:24.860Z","dependency_job_id":"9f46f002-ef81-452d-9e7b-04c35f92f083","html_url":"https://github.com/docker-compose-linter/dclint-github-action","commit_stats":null,"previous_names":["docker-compose-linter/dclint-github-action"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker-compose-linter","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002681,"owners_count":26083442,"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-10T02:00:06.843Z","response_time":62,"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":"docker-compose-linter","name":"Docker Compose Linter","uuid":"180844656","kind":"organization","description":"A command-line tool for validating and enforcing best practices in Docker Compose files.","email":"support@dclint.org","website":null,"location":"Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/180844656?v=4","repositories_count":1,"last_synced_at":"2025-05-20T16:30:37.521Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"docker-compose-linter","patreon":"zavoloklom","open_collective":"dclint","buy_me_a_coffee":"zavoloklom","custom":["https://www.paypal.com/donate/?hosted_button_id=J8KS3RUFKSHDL","https://boosty.to/zavoloklom"]}},"html_url":"https://github.com/docker-compose-linter","funding_links":["https://github.com/sponsors/docker-compose-linter","https://patreon.com/zavoloklom","https://opencollective.com/dclint","https://buymeacoffee.com/zavoloklom","https://www.paypal.com/donate/?hosted_button_id=J8KS3RUFKSHDL","https://boosty.to/zavoloklom"],"total_stars":2,"followers":0,"following":0,"created_at":"2025-05-20T16:30:37.542Z","updated_at":"2025-05-20T16:30:37.542Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker-compose-linter","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker-compose-linter/repositories"},"tags":[{"name":"v1.6.0","sha":"18659f6a7956706cb67cf9c1ad5e55f4352cbc17","kind":"commit","published_at":"2025-09-05T09:29:34.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.6.0","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"dcffbd0119c1bbf261e0dbdef456e80749fd6c1c","kind":"commit","published_at":"2025-07-28T10:09:54.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.5.0","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.5.0","dependencies_parsed_at":"2025-07-30T04:52:08.267Z","dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.5.0/manifests"},{"name":"v1.4.1","sha":"2fcd36eba205351fdb79b3fc1eb0a6d95ce76c6b","kind":"commit","published_at":"2025-07-18T19:56:11.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.4.1","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.4.1","dependencies_parsed_at":"2025-07-21T05:11:43.724Z","dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"505aacb46381d1952e10a80f2bce119d29042db0","kind":"commit","published_at":"2025-06-20T14:00:25.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.4.0","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.4.0","dependencies_parsed_at":"2025-06-27T05:07:24.470Z","dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"65d4bf442060d4fb191cdac48199746ea0abcd6e","kind":"commit","published_at":"2025-06-20T13:17:08.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.3.0","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.3.0","dependencies_parsed_at":"2025-06-27T05:07:24.478Z","dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"374ce3d693105db7f94c375b11c9b4f258a10edc","kind":"commit","published_at":"2025-06-12T12:20:01.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.2.0","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.2.0","dependencies_parsed_at":"2025-06-27T05:07:24.222Z","dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"ca42d630cae4603426022cd8a441bfdd658cd6cc","kind":"commit","published_at":"2025-06-11T16:42:23.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.1.1","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.1.1","dependencies_parsed_at":"2025-06-27T05:07:24.210Z","dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"a1e5d719ee04ef5a73d14fef27eee6f75bd05709","kind":"commit","published_at":"2025-06-11T16:11:52.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.1.0","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.1.0","dependencies_parsed_at":"2025-06-27T05:07:24.209Z","dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"1670d9fd1b2bf8e6b39e156053b6ca60773b9b1f","kind":"commit","published_at":"2025-06-11T16:06:51.000Z","download_url":"https://codeload.github.com/docker-compose-linter/dclint-github-action/tar.gz/v1.0.0","html_url":"https://github.com/docker-compose-linter/dclint-github-action/releases/tag/v1.0.0","dependencies_parsed_at":"2025-06-27T05:07:24.209Z","dependency_job_id":null,"purl":"pkg:github/docker-compose-linter/dclint-github-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-10T04:29:25.556Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":33.00797747536368,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":16.50398873768184},"purl":"pkg:githubactions/docker-compose-linter/dclint-github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/docker-compose-linter/dclint-github-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/docker-compose-linter/dclint-github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/docker-compose-linter/dclint-github-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/docker-compose-linter","https://patreon.com/zavoloklom","https://opencollective.com/dclint","https://buymeacoffee.com/zavoloklom","https://www.paypal.com/donate/?hosted_button_id=J8KS3RUFKSHDL","https://boosty.to/zavoloklom"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-06T04:06:26.200Z","issues_count":0,"pull_requests_count":32,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":418014.8695652174,"issues_closed_count":0,"pull_requests_closed_count":23,"pull_request_authors_count":3,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.4375,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":26,"past_year_issues_count":0,"past_year_pull_requests_count":32,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":418014.8695652174,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":23,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.4375,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":26,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-compose-linter%2Fdclint-github-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/docker-compose-linter%2Fdclint-github-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/docker-compose-linter%2Fdclint-github-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/docker-compose-linter%2Fdclint-github-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/docker-compose-linter%2Fdclint-github-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/docker-compose-linter%2Fdclint-github-action/codemeta","maintainers":[]}