{"id":45904837,"url":"https://github.com/devrail-dev/dev-toolchain","last_synced_at":"2026-05-03T08:11:16.725Z","repository":{"id":340670262,"uuid":"1167071792","full_name":"devrail-dev/dev-toolchain","owner":"devrail-dev","description":"Beta — DevRail developer toolchain container image","archived":false,"fork":false,"pushed_at":"2026-04-27T16:33:21.000Z","size":157,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-27T18:37:11.203Z","etag":null,"topics":["beta","developer-tools","devops","devrail","docker","linting"],"latest_commit_sha":null,"homepage":"https://devrail.dev","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/devrail-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-25T23:05:50.000Z","updated_at":"2026-04-27T16:33:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devrail-dev/dev-toolchain","commit_stats":null,"previous_names":["devrail-dev/dev-toolchain"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/devrail-dev/dev-toolchain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrail-dev%2Fdev-toolchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrail-dev%2Fdev-toolchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrail-dev%2Fdev-toolchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrail-dev%2Fdev-toolchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devrail-dev","download_url":"https://codeload.github.com/devrail-dev/dev-toolchain/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrail-dev%2Fdev-toolchain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32562137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beta","developer-tools","devops","devrail","docker","linting"],"created_at":"2026-02-28T01:53:53.190Z","updated_at":"2026-05-03T08:11:16.686Z","avatar_url":"https://github.com/devrail-dev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dev-toolchain\n\n\u003e DevRail `v1` is stable. See [STABILITY.md](STABILITY.md) for component status.\n\nDevRail developer toolchain container image — a single Docker image containing all linters, formatters, security scanners, and test runners for Python, Bash, Terraform, Ansible, Ruby, Go, JavaScript/TypeScript, and Rust projects.\n\n[![Build](https://github.com/devrail-dev/dev-toolchain/actions/workflows/build.yml/badge.svg)](https://github.com/devrail-dev/dev-toolchain/actions/workflows/build.yml)\n[![CI](https://github.com/devrail-dev/dev-toolchain/actions/workflows/ci.yml/badge.svg)](https://github.com/devrail-dev/dev-toolchain/actions/workflows/ci.yml)\n\n## Quick Start\n\n1. Pull the image:\n   ```bash\n   docker pull ghcr.io/devrail-dev/dev-toolchain:v1\n   ```\n\n2. Run checks against your project:\n   ```bash\n   docker run --rm -v \"$(pwd):/workspace\" -w /workspace ghcr.io/devrail-dev/dev-toolchain:v1 make _check\n   ```\n\n3. Or use the Makefile in your DevRail-configured project:\n   ```bash\n   make check\n   ```\n\n## Usage\n\nRun `make help` to see all available targets:\n\n```\nbuild                Build the container image locally\nchangelog            Generate CHANGELOG.md from conventional commits\ncheck                Run all checks (lint, format, test, security, scan, docs)\ndocs                 Generate documentation\nfix                  Auto-fix formatting issues in-place\nformat               Run all formatters\nhelp                 Show this help\ninit                 Scaffold config files for declared languages\ninstall-hooks        Install pre-commit hooks\nlint                 Run all linters\nrelease              Cut a versioned release (usage: make release VERSION=1.6.0)\nscan                 Run universal scanners (trivy, gitleaks)\nsecurity             Run language-specific security scanners\ntest                 Run validation tests\n```\n\n## Included Tools\n\n| Category       | Tools                                             |\n|----------------|---------------------------------------------------|\n| Python         | ruff, bandit, semgrep, pytest, mypy               |\n| Bash           | shellcheck, shfmt, bats                           |\n| Terraform      | tflint, trivy config, checkov, terraform-docs, terraform, terragrunt |\n| Ansible        | ansible-lint, molecule                            |\n| Ruby           | rubocop, reek, brakeman, bundler-audit, rspec, sorbet |\n| Go             | golangci-lint, gofumpt, govulncheck, go test      |\n| JavaScript/TS  | eslint, prettier, typescript, vitest, npm audit   |\n| Rust           | clippy, rustfmt, cargo-audit, cargo-deny, cargo test |\n| Security       | trivy, gitleaks                                   |\n\n## Configuration\n\nProjects configure their language support via `.devrail.yml`:\n\n```yaml\nlanguages:\n  - python\n  - bash\n  - terraform\n  - ansible\n  - ruby\n  - go\n  - javascript\n  - rust\n```\n\n## Architecture\n\n- **Base image:** Debian bookworm-slim (multi-arch: amd64 + arm64)\n- **Go builder stage:** Compiles Go-based tools (tflint, terraform-docs, etc.)\n- **Rust builder stage:** Provides Rust toolchain and cargo-audit/cargo-deny via cargo-binstall\n- **Modular install scripts:** One script per language ecosystem\n- **Shared libraries:** `lib/log.sh` (logging) and `lib/platform.sh` (platform detection)\n\n## Contributing\n\nSee [DEVELOPMENT.md](DEVELOPMENT.md) for development setup and contributing guidelines.\n\nTo add a new language ecosystem, see the [Contributing to DevRail](../standards/contributing.md) guide.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrail-dev%2Fdev-toolchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrail-dev%2Fdev-toolchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrail-dev%2Fdev-toolchain/lists"}