Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluidattacks/makes
A software supply chain framework powered by Nix.
https://github.com/fluidattacks/makes
build cd ci devops devsecops nix
Last synced: 6 days ago
JSON representation
A software supply chain framework powered by Nix.
- Host: GitHub
- URL: https://github.com/fluidattacks/makes
- Owner: fluidattacks
- License: mit
- Created: 2021-06-21T17:03:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:06:22.000Z (about 2 months ago)
- Last Synced: 2024-11-30T04:03:42.316Z (13 days ago)
- Topics: build, cd, ci, devops, devsecops, nix
- Language: Nix
- Homepage: https://makes.fluidattacks.tech/
- Size: 3.71 MB
- Stars: 454
- Watchers: 10
- Forks: 43
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-nix - Makes - A Nix-based CI/CD pipeline framework for building, testing, and releasing projects in any language, from anywhere. (DevOps / Discovery)
README
# 🦄 Makes
A software supply chain framework
powered by [Nix](https://nixos.org/).![Makes demo](/docs/src/assets/demo.svg "Makes demo")
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5703/badge)](https://bestpractices.coreinfrastructure.org/projects/5703)
![Linux](https://img.shields.io/badge/Linux-blue)
![MacOS](https://img.shields.io/badge/MacOS-blue)
![GitHub](https://img.shields.io/badge/GitHub-brightgreen)
![GitLab](https://img.shields.io/badge/GitLab-brightgreen)
![Local](https://img.shields.io/badge/Local-brightgreen)
![Docker](https://img.shields.io/badge/Docker-brightgreen)
![Kubernetes](https://img.shields.io/badge/Kubernetes-brightgreen)
[![Scc Count Badge](https://sloc.xyz/github/fluidattacks/makes/?category=lines)](https://github.com/fluidattacks/makes/)
![Nomad](https://img.shields.io/badge/Nomad-brightgreen)
![AWS Batch](https://img.shields.io/badge/AWS%20Batch-brightgreen)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/fluidattacks/makes?color=blueviolet&label=Commits&labelColor=blueviolet)
![Contributors](https://img.shields.io/github/contributors/fluidattacks/makes?color=blueviolet&label=Contributors&labelColor=blueviolet)## Why
Ever needed to
- run applications locally
to try out your code?
- Execute CI/CD pipelines locally
to make sure jobs are being passed?
- Keep execution environments frozen
for strict dependency control
against supply chain attacks?
- Know the exact dependency tree of your application?Well, we have!
## What
Makes is an open-source, production-ready framework
for building CI/CD pipelines
and application environments.It is
| Attribute | Description |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [](#secure) | Cryptographically signed dependencies for apps and CI/CD pipelines |
| [](#easy) | Can be installed with just one command and has dozens of generic CI/CD builtins |
| [](#fast) | Supports a distributed and completely granular cache |
| [](#portable) | Runs on Docker, VMs, and any Linux-based OS |
| [](#extensible) | can be extended to work with any technology |## Installation
[Installation](https://makes.fluidattacks.tech/getting-started/#installation)
## Documentation
See https://makes.fluidattacks.tech
## Issues
Found a bug?
create a new item
in the project's [issues](https://github.com/fluidattacks/makes/issues)## Examples
See the [hands-on example](https://github.com/fluidattacks/makes-example)!