{"id":19065277,"url":"https://github.com/assertwell/shellcheck","last_synced_at":"2025-10-13T06:06:19.730Z","repository":{"id":44533242,"uuid":"456981598","full_name":"assertwell/shellcheck","owner":"assertwell","description":"Expose ShellCheck as a vendor binary for PHP projects","archived":false,"fork":false,"pushed_at":"2022-02-09T15:45:54.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-13T06:06:16.099Z","etag":null,"topics":["composer-package","shellcheck"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/assertwell.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}},"created_at":"2022-02-08T15:06:34.000Z","updated_at":"2022-02-08T17:41:34.000Z","dependencies_parsed_at":"2022-09-13T10:50:49.342Z","dependency_job_id":null,"html_url":"https://github.com/assertwell/shellcheck","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/assertwell/shellcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertwell%2Fshellcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertwell%2Fshellcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertwell%2Fshellcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertwell%2Fshellcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assertwell","download_url":"https://codeload.github.com/assertwell/shellcheck/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertwell%2Fshellcheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013945,"owners_count":26085431,"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-13T02:00:06.723Z","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"}},"keywords":["composer-package","shellcheck"],"created_at":"2024-11-09T00:49:18.485Z","updated_at":"2025-10-13T06:06:19.715Z","avatar_url":"https://github.com/assertwell.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShellCheck\n\n[Vidar Holen's ShellCheck is an invaluable tool for troubleshooting shell scripts](https://www.shellcheck.net), and this package makes it easy to import into the testing pipeline of your PHP-based project!\n\n## How it works\n\nThis package contains a `bin/shellcheck` script that serves as a proxy to the system-installed copy of ShellCheck; if the ShellCheck binary is found, arguments pass through to it normally. If ShellCheck is **not** found locally, users are presented with the following notice:\n\n\u003e ShellCheck was not found in your $PATH!\n\u003e Please visit https://github.com/koalaman/shellcheck#installing for installation instructions.\n\nNormally, this would result in a non-zero exit code (2), though this behavior may be suppressed with the `--ignore-missing` option:\n\n```none\n$ vendor/bin/shellcheck --ignore-missing some-script.sh\n\nShellCheck was not found in your $PATH!\nPlease visit https://github.com/koalaman/shellcheck#installing for installation instructions.\n\n$ echo $?\n0\n```\n\n## Installation\n\nThe easiest way to install this package is via [Composer](https://getcomposer.org):\n\n```sh\n$ composer require --dev assertwell/shellcheck\n```\n\nYou may wish to add a [Composer script](https://getcomposer.org/doc/articles/scripts.md) to make it easier for team members to run ShellCheck:\n\n```jsonc\n# composer.json\n{\n    // ...\n    \"scripts\": {\n        \"test:shellcheck\": [\n            \"shellcheck bin/*\"\n        ]\n    },\n    \"scripts-descriptions\": [\n        \"test:shellcheck\": \"Lint shell scripts via ShellCheck\"\n    ]\n}\n```\n\nAs for the installation of ShellCheck itself, please [see the instructions most-relevant to your environment in the ShellCheck documentation](https://github.com/koalaman/shellcheck#installing).\n\n## License\n\n[The assertwell/shellcheck Composer package is available under the MIT license](LICENSE.md).\n\nShellCheck itself is the copyright of Vidar Holden and made [available under the GPLv3 license](https://github.com/koalaman/shellcheck/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassertwell%2Fshellcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassertwell%2Fshellcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassertwell%2Fshellcheck/lists"}