GitHub - kbabkin/code-egress: Project code-egress scans and cleans up confidential details from code before publishing it. It maintains consistent results among multiple sequential scans and pre-release scans.

Overview

Project code-egress masks confidential details in code in internal repository before publishing it to external repository. Unmask of changes done in external repository for use in internal repository is also supported. Design of Mask/Unmask functionality supports continuous development process in both internal and external repositories.

Contents

  • Replace/Restore - detailed description of Mask/Unmask functionality
  • Egress/Ingress - development processes including changes in both internal and external repositories and integrated with Replace/Restore functionality