Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/github-workflow-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# GitHub Actions Workflow Status

_Last updated: 2025-10-05 03:47:32 UTC_

## Workflow configuration

The table below lists every workflow defined in this repository and the status returned by `gh workflow list --repo precisesoft/ConnectKit`.

| Workflow | File | State | Workflow ID |
| ---------------------------------- | --------------------------------------------- | ------ | ----------- |
| Accessibility Testing | `.github/workflows/accessibility.yml` | active | 183894798 |
| API Testing | `.github/workflows/api-testing.yml` | active | 184355137 |
| Chaos Engineering | `.github/workflows/chaos-engineering.yml` | active | 184630173 |
| CI/CD Pipeline | `.github/workflows/ci.yml` | active | 183741566 |
| Federal Compliance Testing | `.github/workflows/compliance-federal.yml` | active | 183921054 |
| Contract Testing | `.github/workflows/contract-testing.yml` | active | 184355134 |
| E2E Testing | `.github/workflows/e2e-testing.yml` | active | 184355136 |
| Mutation Testing | `.github/workflows/mutation-testing.yml` | active | 184515552 |
| Performance Testing | `.github/workflows/performance-testing.yml` | active | 184355135 |
| SAST - CodeQL Security Analysis | `.github/workflows/sast-codeql.yml` | active | 184042947 |
| SAST - NodeJS Security Scan | `.github/workflows/sast-nodejs.yml` | active | 184042945 |
| SAST - Semgrep Security Scan | `.github/workflows/sast-semgrep.yml` | active | 184042946 |
| SAST - TruffleHog Secrets Scan | `.github/workflows/sast-trufflehog.yml` | active | 184049453 |
| Security - Backend Analysis | `.github/workflows/security-backend.yml` | active | 184306994 |
| Security - Container Scanning | `.github/workflows/security-containers.yml` | active | 184306996 |
| Security - Dependency Scanning | `.github/workflows/security-dependencies.yml` | active | 184306995 |
| Security - Frontend Analysis | `.github/workflows/security-frontend.yml` | active | 184306997 |
| Security - Headers & Configuration | `.github/workflows/security-headers.yml` | active | 184306999 |
| Security - OWASP ZAP Scan | `.github/workflows/security-owasp-zap.yml` | active | 184309170 |
| Security - Consolidated Report | `.github/workflows/security-report.yml` | active | 184309171 |
| Security - SBOM Generation | `.github/workflows/security-sbom.yml` | active | 184312215 |
| Smoke Testing | `.github/workflows/smoke-testing.yml` | active | 184630174 |
| Backend Unit Tests | `.github/workflows/test-backend.yml` | active | 184051197 |
| Frontend Unit Tests | `.github/workflows/test-frontend.yml` | active | 184051198 |

## Recent workflow runs

The latest 50 runs returned by `gh run list --repo precisesoft/ConnectKit --limit 50` are all marked as successful (`✓`). This indicates the most recent scheduled runs across security, testing, and performance workflows are passing.
Loading