{"id":16162071,"url":"https://github.com/peterdavehello/docker-shellcheck","last_synced_at":"2025-03-18T22:30:52.753Z","repository":{"id":37026720,"uuid":"92717196","full_name":"PeterDaveHello/docker-shellcheck","owner":"PeterDaveHello","description":"🐳 Dockerized ShellCheck: A static analysis tool for shell scripts","archived":false,"fork":false,"pushed_at":"2025-02-17T08:03:22.000Z","size":26,"stargazers_count":9,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T00:04:03.287Z","etag":null,"topics":["alpine","bash","docker","docker-image","hacktoberfest","linter","script","shell","shellcheck","shellscript","syntax"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/peterdavehello/shellcheck/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PeterDaveHello.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-05-29T07:36:22.000Z","updated_at":"2025-03-02T15:13:54.000Z","dependencies_parsed_at":"2023-12-09T17:24:20.645Z","dependency_job_id":"eeaf2a02-64c8-46ef-9c14-7df433871506","html_url":"https://github.com/PeterDaveHello/docker-shellcheck","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDaveHello%2Fdocker-shellcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDaveHello%2Fdocker-shellcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDaveHello%2Fdocker-shellcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDaveHello%2Fdocker-shellcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeterDaveHello","download_url":"https://codeload.github.com/PeterDaveHello/docker-shellcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244318407,"owners_count":20433896,"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":["alpine","bash","docker","docker-image","hacktoberfest","linter","script","shell","shellcheck","shellscript","syntax"],"created_at":"2024-10-10T02:28:59.319Z","updated_at":"2025-03-18T22:30:52.518Z","avatar_url":"https://github.com/PeterDaveHello.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized ShellCheck\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/MyDockerfiles/ShellCheck)\n[![Docker Hub pulls](https://img.shields.io/docker/pulls/peterdavehello/shellcheck.svg)](https://hub.docker.com/r/peterdavehello/shellcheck/)\n\n[![Docker Hub badge](https://dockeri.co/image/peterdavehello/shellcheck)](https://hub.docker.com/r/peterdavehello/shellcheck/)\n\n## About ShellCheck\n\nA static analysis tool for shell scripts, homepage and repository below:\n\n- \u003chttps://www.shellcheck.net\u003e\n- \u003chttps://github.com/koalaman/shellcheck\u003e\n\nPlease note that this Docker image repository is not part of the ShellCheck project.\n\n## Available image tags\n\nSee [tags](https://hub.docker.com/r/peterdavehello/shellcheck/tags) page on Docker Hub\n\n## Usage\n\n### Command line\n\n```sh\nSHELLCHECK_VERSION=0.7.1\ndocker run --rm -it -v `pwd`:/scripts peterdavehello/shellcheck:$SHELLCHECK_VERSION shellcheck /scripts/script.sh\n```\n\n### In GitLab CI\n\n```yaml\nshellcheck:\n  stage: test\n  image: peterdavehello/shellcheck:0.7.1\n  only:\n    changes:\n      - \"**/*.bash\"\n  before_script:\n    - shellcheck --version\n  script:\n    - find . -name \"*.sh\" | xargs -n 1 shellcheck --color=always\n  tags:\n    - docker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdavehello%2Fdocker-shellcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterdavehello%2Fdocker-shellcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdavehello%2Fdocker-shellcheck/lists"}