-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
Status
This issue tracks the design and implementation of an automated vulnerability scanning pipeline for H2O-3 artifacts and Docker images.
Goal
Build a centralized, automated vulnerability scanning solution using Trivy that provides:
- Continuous security visibility
- Compliance support (FedRAMP readiness)
- Metrics for dashboards and alerts
- Consolidated reporting for stakeholders
Scope
Artifacts to Scan
H2O-3 Assemblies
Branches to include:
masterrel-3.46.0
Assemblies:
- Steam assembly
- Main assembly
Docker Images
| Image | Tags |
|---|---|
h2oai/h2o-open-source-k8s |
latest, latest-security |
h2oai/h2o-open-source-k8s-minimal |
latest, latest-security |
Triggers
- Daily scheduled run (00:00 UTC)
- Manual run with configurable options:
- Enable/disable Docker image scanning
- Enable/disable assembly scanning
- Skip Slack notifications (testing)
- Skip Google Drive upload (testing)
Proposed Architecture
Workflow will:
- Build H2O-3 assemblies from target branches
- Generate temporary Docker images for scanning
- Run Trivy scans
- Generate reports in multiple formats
- Push metrics to Prometheus
- Publish results and send alerts
Expected Outputs
Reports
- JSON scan reports
- HTML human-readable reports
- CSV reports
- Consolidated Excel workbook
Integrations
- GitHub Security alerts
- Prometheus + Grafana dashboards
- Slack alerts to
#h2o-3-alerts - Google Drive report storage
- GitHub Actions artifact retention (30 days)
Required Secrets / Integrations
- AWS OIDC role for ECR access
- Docker Hub credentials
- Slack bot token
- Twingate service key for internal Prometheus access
- Google Drive service account (optional)
Acceptance Criteria
- Daily automated scan workflow created
- Assemblies built and scanned successfully
- Docker images scanned successfully
- Metrics pushed to Prometheus Pushgateway
- Grafana dashboards show vulnerability metrics
- Slack notifications sent with scan summary
- Reports generated and stored as artifacts
- Workflow documentation added
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels