Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.34 KB

File metadata and controls

25 lines (16 loc) · 1.34 KB

Security CI Badge

Security CI

What it shows

The result of the most recent run of the Security Hardening CI workflow. This workflow triggers on changes to authentication, security, and JWT-related sources (src/auth/, src/security/, related tests) and validates that security-critical code paths build and pass their dedicated test suite.

What it does NOT guarantee

  • A passing badge covers only the security-hardening workflow, not the full CI matrix.
  • Third-party dependency vulnerabilities are tracked separately via the security.yml scanning workflow.

Source of truth

Source URL
Workflow file .github/workflows/05-quality/security/security-hardening-ci.yml
All workflow runs https://github.com/makr-code/ThemisDB/actions/workflows/05-quality/security/security-hardening-ci.yml

How contributors can verify

  1. Go to the Actions tab on GitHub.
  2. Select the Security Hardening CI workflow.
  3. Review the most recent run for detailed step-by-step logs.