2 repositorios
Mechanisms to lock installation scripts to specific version-controlled commits for security.
Distinct from Installation Scripts: Focuses on security-driven version locking of the script itself, not the automation of the installation process.
Explore 2 awesome GitHub repositories matching development tools & productivity · Commit Pinning. Refine with filters or upvote what's useful.
OpenStack is an open-source cloud computing platform for building and managing public and private cloud infrastructure at scale. It provides a framework for deploying, configuring, and operating cloud services, orchestrating compute, storage, and networking resources across a datacenter through a unified management layer. The platform is built on a decoupled service architecture where individual cloud services are developed and versioned independently within their own repositories. This meta-repository tracks interoperable versions of all OpenStack components as verified submodules, with each
Pins each component submodule to a CI-verified commit ensuring known-good interoperability across the entire stack.
Mago is a PHP static analysis tool, linter, and code formatter. It detects type errors, dead code, and logic bugs through advanced type inference and flow analysis, while providing a deterministic engine to rewrite source files according to style guides. The project distinguishes itself with a WebAssembly runtime that enables PHP analysis to execute entirely within a web browser, allowing results to be shared via URL. It also provides a minimal Dockerized toolchain distributed as a scratch image for consistent execution across different processor architectures. The toolset covers architectur
Allows locking the installation script to a specific reviewed commit to prevent unexpected changes.