fix: optimize supply chain verification workflow to prevent redundant builds

This commit is contained in:
GitHub Actions
2026-02-06 08:56:14 +00:00
parent 98cf52ff57
commit 276cb13fcb
4 changed files with 48 additions and 283 deletions
+12
View File
@@ -136,6 +136,18 @@ pre-commit run --hook-stage manual gorm-security-scan --all-files
---
### ⚡ Optimized CI Pipelines
Time is valuable. Charon's development workflows are tuned for efficiency, ensuring that security verifications only run when valid artifacts exist.
- **Smart Triggers** — Supply chain checks wait for successful builds
- **Zero Redundancy** — Eliminates wasted runs on push/PR events
- **Stable Feedback** — Reduces false negatives for contributors
→ [See Developer Guide](guides/supply-chain-security-developer-guide.md)
---
## 🛡️ Security & Headers
### 🛡️ HTTP Security Headers