awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openstack/openstackAvatar von openstack

    openstack/openstack

    5,940Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,940
  • carthage-software/magoAvatar von carthage-software

    carthage-software/mago

    2,867Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,867
  1. Home
  2. Development Tools & Productivity
  3. Installation Scripts
  4. Commit Pinning

Unter-Tags erkunden

  • 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.