awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesCommit Pinning

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.

Awesome Commit Pinning GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openstack/openstackAvatar de openstack

    openstack/openstack

    5,940Ver en GitHub↗

    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.

    Python
    Ver en GitHub↗5,940
  • carthage-software/magoAvatar de carthage-software

    carthage-software/mago

    2,867Ver en GitHub↗

    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.

    Rustcode-analyzercode-stylecoding-standards
    Ver en GitHub↗2,867
  1. Home
  2. Development Tools & Productivity
  3. Installation Scripts
  4. Commit Pinning

Explorar subetiquetas

  • CI-Verified Commit PinningsLocks each submodule to a commit that has passed the project's integration test suite for known-good interoperability. **Distinct from Commit Pinning:** Distinct from Commit Pinning: focuses on CI-verified integration test passing rather than security-driven version locking of installation scripts.