You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Centralize Docker image versions in .env
- Add Docker image version variables to .env.example
- Update docker-compose.yml to use environment variables with defaults
- Update Dockerfiles (pgbouncer, forgejo, vector) to use build args
- Enables easy version management and consistent upgrades
2. Add actual vulnerability scanning to security workflow
- Install and run Trivy on all Docker images
- Parse environment variable defaults from docker-compose.yml
- Report CRITICAL vulnerabilities with counts
- Provide actionable scan summaries
3. Add unit test execution to test workflow
- New 'unit-tests' job running Python, Go, and Rust tests
- Tests run with continue-on-error (some require services)
- Clear messaging about which tests require infrastructure
- Updated test-summary to include unit test results
0 commit comments