2 dépôts
Services that verify the integrity and security of build artifacts before they are published to a deployment target.
Distinct from Build Artifact Deployment: The candidates focus on the act of deployment or persistence, not the security validation step prior to publishing.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Artifact Validation Services. Refine with filters or upvote what's useful.
This project is a containerized build automation system and self-hosted DevOps platform provided as a Docker image. It serves as a distributed build orchestrator and a Dockerized continuous integration and delivery server, ensuring consistent execution environments across different infrastructure. The system distinguishes itself through a distributed execution model that separates a primary controller from multiple remote agents connected via SSH, TCP, or web sockets. It utilizes a modular extensibility framework that allows the core system functionality to be augmented through the installati
Validates artifacts via an external trusted service before publishing to prevent the exposure of deployment credentials.
This project provides a comprehensive architectural framework and set of standardized patterns for building, securing, and scaling production-ready Node.js applications. It serves as a foundational guide for establishing consistent development workflows, operational observability, and reliable service integration across distributed software systems. The framework distinguishes itself by emphasizing a schema-first approach to API development, ensuring that interface definitions drive the creation of server stubs, client libraries, and type definitions. It promotes a cloud-native posture by int
Executes linting, testing, and transpilation tasks automatically before publishing to ensure only verified and ready-to-use code is distributed.