Files
Kill_LIFE/docs/badges/api_contract.md
T
Clément SAILLANT 124906d084 feat: Add comprehensive CI/CD workflows and badges for compliance, security, and quality assurance
- Introduced multiple guides for workflows including Evidence Pack Validation, Incident Response, Model Validation, Performance & HIL, Release Signing, SBOM Validation, Secret Scanning, and Supply Chain Attestation.
- Created dynamic badges for each workflow to reflect their status and compliance.
- Implemented a checklist for validating CI/CD workflows and evidence packs.
- Developed scripts for building firmware, testing, collecting evidence, and generating audit reports.
- Added tools for generating community, documentation, quality, and security badges based on various reports.
- Established endpoints for dynamic badges to be integrated into documentation and README files.
- Enhanced the overall structure and traceability of CI/CD processes with evidence packs and automated checks.
2026-02-19 08:58:10 +01:00

771 B
Raw Blame History

Guide Workflow API Contract & Integration Testing

Objectif

Garantir la conformité des API et leur intégration via des tests automatisés.

Outils utilisés

  • Tests dintégration
  • Outils de validation de contrat (OpenAPI, Postman)

Logique du workflow

  • Validation du contrat API à chaque build
  • Exécution de tests dintégration
  • Publication des rapports

Critères de conformité

  • Contrat API valide
  • Tests dintégration passés
  • Evidence pack mis à jour

Badge dynamique

  • Endpoint JSON: docs/badges/api_contract_badge.json
  • Intégration dans README

Vérification

  • Le badge doit afficher le statut de validation API
  • Les rapports sont accessibles dans les artefacts CI

Retour à la liste des workflows