bluecodeit/Deployment Guard
KI-gestützter Risk Score vor jedem Deployment. Analysiert Code-Änderungen und blockiert riskante Deployments automatisch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 4, 2026
- License
- None
Pinned Snippet
uses: bluecodeit/deployment-guard-action@12790522a8b7e0ff1afb9e4877c96bea5e7eba61 # v1.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Deployment Guard API Key (aus bluecodeit.com/signup) | yes | — |
| fail-on-blocked | Pipeline bei BLOCKED Status fehlschlagen lassen | no | true |
| incidents-last-7d | Anzahl Incidents in den letzten 7 Tagen | no | 0 |
| incidents-last-30d | Anzahl Incidents in den letzten 30 Tagen | no | 0 |
| trivy-critical-cves | Anzahl CRITICAL CVEs aus Trivy | no | 0 |
| trivy-high-cves | Anzahl HIGH CVEs aus Trivy | no | 0 |
| semgrep-findings | Gesamtzahl Semgrep-Findings | no | 0 |
| semgrep-high-severity | Anzahl Semgrep HIGH-Severity Findings (Subset von semgrep-findings) | no | 0 |
| checkov-failed-checks | Gesamtzahl Checkov Failed Checks | no | 0 |
| checkov-critical-failures | Anzahl Checkov CRITICAL Failures (Subset von checkov-failed-checks) | no | 0 |
| diff-changed-paths | Komma-separierte Liste der geänderten File-Pfade (wird auto-detektiert wenn leer) | no | "" |
Outputs
| name | description |
|---|---|
| score | Risk Score (0-100) |
| verdict | Verdict (LOW RISK / MEDIUM RISK / HIGH RISK / CRITICAL RISK) |
| status | Status (PASS / WARN / BLOCKED) |
| explanation | KI-Erklärung des Scores |