ci: add CI pipeline, security hardening, and quality gates#7
Merged
basmeerman merged 1 commit intomasterfrom Feb 19, 2026
Merged
ci: add CI pipeline, security hardening, and quality gates#7basmeerman merged 1 commit intomasterfrom
basmeerman merged 1 commit intomasterfrom
Conversation
CI pipeline (ci.yaml): - Native C tests with coverage (22 suites, 525 tests) - ESP32 and CH32 firmware builds with memory budget enforcement - Static analysis with cppcheck - Memory sanitizers (ASan + UBSan) and Valgrind - BDD feature tests with pytest - Traceability report generation and auto-commit - Version-check job validating tag matches platformio.ini on releases - set -o pipefail on build steps to catch silent failures - Concurrency control to cancel duplicate runs Security hardening: - Pin all GitHub Actions to SHA256 hashes - Add CodeQL C/C++ static analysis (codeql.yaml) - Scoped permissions (contents: read default, write only where needed) CI improvements: - Add .github/CODEOWNERS for automatic review assignment - Add PR template with safety checklist - Add .github/release.yml for auto-categorised release notes - Upgrade YAML issue templates (structured forms) - Add .clang-format for consistent C code style - Make firmware signing optional for forks without SECRET_RSA_KEY - Make S3 upload conditional on AWS credentials presence - Fix pio-build: use shell check for signing key (secrets not usable in if:)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.clang-formatpipefailon build stepsTest plan
🤖 Generated with Claude Code