Skip to content

SaltProphet/SecPriva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SECPRIVA - Secure, Private, Sovereign Video

Launch Docs

  • Quick start: LAUNCH_QUICK_START.md
  • Stripe setup: STRIPE_CHECKLIST.md
  • Full launch docs: docs/launch/

Automation

  • Bulk-merge open pull requests from CLI: npm run pr:merge:all -- --dry-run then npm run pr:merge:all.
  • Change-safety plan (local): node .github/skills/secpriva-change-safety/scripts/select-validation.mjs --base origin/main
  • Install pre-push hook (lint + impacted tests): npm run hooks:install
  • .github/workflows/ci.yml - Runs core validation checks for code quality and test coverage.
  • .github/workflows/change-safety-plan.yml - Publishes scope-based validation recommendations on pull requests.
  • .github/workflows/deploy-smoke.yml - Executes post-deploy smoke checks for critical runtime paths.
  • .github/workflows/security.yml - Runs security-focused checks and scanning workflows.
  • .github/workflows/dependency-review.yml - Reviews dependency changes for known risk signals.
  • .github/workflows/db-backup.yml - Performs scheduled database backup automation.
  • .github/workflows/db-restore-check.yml - Verifies backup integrity with restore validation checks.

GitHub Settings Recommendation

  • In repository branch protection settings for main, require these checks before merge:
    • CI
    • Security Checks
    • Deploy Smoke Test
    • Change Safety Plan

Project Docs

  • Process and implementation docs: docs/project/
  • Documentation index: docs/README.md

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors