{"id":24969427,"url":"https://github.com/intrepidpursuits/danger-shellcheck","last_synced_at":"2025-10-24T13:10:15.186Z","repository":{"id":62556685,"uuid":"87111662","full_name":"IntrepidPursuits/danger-shellcheck","owner":"IntrepidPursuits","description":"Danger plugin for Shellcheck (https://github.com/koalaman/shellcheck)","archived":false,"fork":false,"pushed_at":"2017-04-07T15:52:15.000Z","size":13,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-25T20:20:25.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/IntrepidPursuits.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}},"created_at":"2017-04-03T19:17:51.000Z","updated_at":"2021-04-05T12:53:01.000Z","dependencies_parsed_at":"2022-11-03T06:00:47.888Z","dependency_job_id":null,"html_url":"https://github.com/IntrepidPursuits/danger-shellcheck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntrepidPursuits%2Fdanger-shellcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntrepidPursuits%2Fdanger-shellcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntrepidPursuits%2Fdanger-shellcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntrepidPursuits%2Fdanger-shellcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntrepidPursuits","download_url":"https://codeload.github.com/IntrepidPursuits/danger-shellcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345274,"owners_count":21088241,"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","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":[],"created_at":"2025-02-03T14:38:05.978Z","updated_at":"2025-10-24T13:10:10.155Z","avatar_url":"https://github.com/IntrepidPursuits.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# danger-shellcheck\n\n[![Build Status](https://travis-ci.org/IntrepidPursuits/danger-shellcheck.svg?branch=master)](https://travis-ci.org/IntrepidPursuits/danger-shellcheck)\n[![Coverage Status](https://coveralls.io/repos/github/IntrepidPursuits/danger-shellcheck/badge.svg?branch=master)](https://coveralls.io/github/IntrepidPursuits/danger-shellcheck?branch=master)\n![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)\n\nA [Danger](http://danger.systems/) plugin that shows the static analysis output generated by [ShellCheck](https://github.com/koalaman/shellcheck).\n\nTo use this plugin, you need to generate a JSON file using [ShellCheck](https://github.com/koalaman/shellcheck) for this plugin to read.\n\n## Installation\n\n    $ gem install danger-shellcheck\n\n## Usage\n\nSomewhere in your build process, call ShellCheck using the JSON output flag.\n\n    shellcheck -f json myscript myotherscript \u003e shellcheck.json\n\nAn easy way to have shellcheck look at all of your .sh files is:\n\n    shellcheck -f json **/*.sh \u003e shellcheck.json\n\nAt a minimum, add this line to your `Dangerfile`:\n\n    shellcheck.report 'shellcheck.json'\n\nYou may also use optional specifiers to ignore files, or set the project root.\n\n    # Set a different project root\n    shellcheck.project_root = 'MyProject/NewRoot/'\n\n\n## License\ndanger-shellcheck is released under the MIT license. See [LICENSE](https://github.com/IntrepidPursuits/danger-shellcheck/blob/master/LICENSE) for details.\n\n## Contributing\n\n1. Fork this repo\n2. Run `bundle install` to setup dependencies.\n3. Run `bundle exec rake spec` to run the tests.\n4. Use `bundle exec guard` to automatically have tests run as you make changes.\n5. Make your changes.\n6. Create a Pull Request for us to review\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintrepidpursuits%2Fdanger-shellcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintrepidpursuits%2Fdanger-shellcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintrepidpursuits%2Fdanger-shellcheck/lists"}