{"id":13798958,"url":"https://github.com/fluidattacks/makes","last_synced_at":"2025-05-15T15:05:50.258Z","repository":{"id":37595560,"uuid":"379004794","full_name":"fluidattacks/makes","owner":"fluidattacks","description":"A software supply chain framework powered by Nix.","archived":false,"fork":false,"pushed_at":"2025-04-28T23:01:25.000Z","size":3848,"stargazers_count":482,"open_issues_count":28,"forks_count":47,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-28T23:43:39.949Z","etag":null,"topics":["build","cd","ci","devops","devsecops","nix"],"latest_commit_sha":null,"homepage":"https://makes.fluidattacks.tech/","language":"Nix","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/fluidattacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-21T17:03:36.000Z","updated_at":"2025-04-28T22:59:49.000Z","dependencies_parsed_at":"2024-03-22T16:44:55.898Z","dependency_job_id":"34c8d254-c692-4ff4-b27c-6980c608e633","html_url":"https://github.com/fluidattacks/makes","commit_stats":{"total_commits":979,"total_committers":23,"mean_commits":42.56521739130435,"dds":"0.42288049029622066","last_synced_commit":"be8660346dbea78a8847c4adcea220b9ed0c9fdc"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fmakes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fmakes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fmakes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fmakes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluidattacks","download_url":"https://codeload.github.com/fluidattacks/makes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364270,"owners_count":22058878,"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":["build","cd","ci","devops","devsecops","nix"],"created_at":"2024-08-04T00:00:57.147Z","updated_at":"2025-05-15T15:05:50.191Z","avatar_url":"https://github.com/fluidattacks.png","language":"Nix","readme":"# 🦄 Makes\n\nA CI/CD framework\npowered by [Nix](https://nixos.org/).\n\n![Makes demo](/docs/src/assets/demo.svg \"Makes demo\")\n\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5703/badge)](https://bestpractices.coreinfrastructure.org/projects/5703)\n![Linux](https://img.shields.io/badge/Linux-blue)\n![MacOS](https://img.shields.io/badge/MacOS-blue)\n![GitHub](https://img.shields.io/badge/GitHub-brightgreen)\n![GitLab](https://img.shields.io/badge/GitLab-brightgreen)\n![Local](https://img.shields.io/badge/Local-brightgreen)\n![Docker](https://img.shields.io/badge/Docker-brightgreen)\n![Kubernetes](https://img.shields.io/badge/Kubernetes-brightgreen)\n[![Scc Count Badge](https://sloc.xyz/github/fluidattacks/makes/?category=lines)](https://github.com/fluidattacks/makes/)\n![Nomad](https://img.shields.io/badge/Nomad-brightgreen)\n![AWS Batch](https://img.shields.io/badge/AWS%20Batch-brightgreen)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/fluidattacks/makes?color=blueviolet\u0026label=Commits\u0026labelColor=blueviolet)\n![Contributors](https://img.shields.io/github/contributors/fluidattacks/makes?color=blueviolet\u0026label=Contributors\u0026labelColor=blueviolet)\n\n## Why\n\nEver needed to\n\n- run applications locally\n  to try out your code?\n- Execute CI/CD pipelines locally\n  to make sure jobs are being passed?\n- Keep execution environments frozen\n  for strict dependency control\n  against supply chain attacks?\n- Know the exact dependency tree of your application?\n\nWell, we have!\n\n## What\n\nMakes is an open-source, production-ready framework\nfor building CI/CD pipelines\nand application environments.\n\nIt is\n\n| Attribute                                                                                         | Description                                                                     |\n| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |\n| [\u003cimg src=\"https://img.shields.io/badge/attr-secure-brightgreen.svg\" alt=\"secure\"\u003e](#secure)      | Cryptographically signed dependencies for apps and CI/CD pipelines              |\n| [\u003cimg src=\"https://img.shields.io/badge/attr-easy-orange.svg\" alt=\"easy\"\u003e](#easy)                 | Can be installed with just one command and has dozens of generic CI/CD builtins |\n| [\u003cimg src=\"https://img.shields.io/badge/attr-fast-blueviolet.svg\" alt=\"fast\"\u003e](#fast)             | Supports a distributed and completely granular cache                            |\n| [\u003cimg src=\"https://img.shields.io/badge/attr-portable-violet.svg\" alt=\"portable\"\u003e](#portable)     | Runs on Docker, VMs, and any Linux-based OS                                     |\n| [\u003cimg src=\"https://img.shields.io/badge/attr-extensible-blue.svg\" alt=\"extensible\"\u003e](#extensible) | can be extended to work with any technology                                     |\n\n## Installation\n\n[Installation](https://makes.fluidattacks.tech/getting-started/#installation)\n\n## Documentation\n\nSee https://makes.fluidattacks.tech\n\n## Issues\n\nFound a bug?\ncreate a new item\nin the project's [issues](https://github.com/fluidattacks/makes/issues)\n","funding_links":[],"categories":["Nix","DevOps"],"sub_categories":["Discovery"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidattacks%2Fmakes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidattacks%2Fmakes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidattacks%2Fmakes/lists"}