Some checks failed
CI / Lint and Type Check (push) Failing after 2m55s
CI / Test (push) Failing after 2m34s
CI / Build (push) Failing after 1m56s
CI / Security Scan (push) Successful in 1m10s
CI / Generate SBOM (push) Failing after 2m49s
Security Audit / Security Audit (push) Failing after 2m58s
Security Audit / Dependency Review (push) Has been skipped
Security Audit / CodeQL Analysis (push) Successful in 3m26s
CI / Build Docker Images (dataroom) (push) Has been skipped
CI / Build Docker Images (finance) (push) Has been skipped
CI / Build Docker Images (identity) (push) Has been skipped
CI / Build Docker Images (intake) (push) Has been skipped
Merge duplicate comments from CI workflow conflict resolution. Co-authored-by: Cursor <cursoragent@cursor.com>
GitHub Repository
This directory contains GitHub-specific configurations and workflows.
Contents
- Workflows (
workflows/): GitHub Actions CI/CD pipelines - Templates (
PULL_REQUEST_TEMPLATE.md,ISSUE_TEMPLATE/): Issue and PR templates
CI/CD
GitHub Actions workflows are configured for:
- Continuous Integration (testing, linting, type checking)
- Continuous Deployment (build and deploy)
- Security scanning
- Dependency updates
Contributing
See Contributing Guidelines for details on:
- Code style
- Pull request process
- Testing requirements
- Documentation standards
Last Updated: 2025-01-27