Skip to content

Commit 2cc2d6b

Browse files
committed
Fix inaccurate claims about secret and container scanning
- Secret scanning: clarify it's GitHub repo-level, not CI/CD integrated - Container scanning: clarify it's planned, not yet in CI/CD pipeline Signed-off-by: Andrew Anderson <andy@clubanderson.com>
1 parent 6495955 commit 2cc2d6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

projects/kubestellar/security-assessment/self-assessment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This self-assessment is created by the KubeStellar Console maintainers to perfor
9292
| **CORS configuration** | API restricts cross-origin requests to known Console origins |
9393
| **Input sanitization** | User inputs (search queries, mission parameters) sanitized before rendering |
9494
| **Dependency scanning** | Dependabot, npm audit, and CodeQL identify vulnerable dependencies |
95-
| **Secret scanning** | CI/CD pipeline scans for accidentally committed secrets |
95+
| **Secret scanning** | GitHub repository-level secret scanning enabled (not yet integrated into CI/CD workflows) |
9696

9797
## Project Compliance
9898

@@ -112,8 +112,8 @@ KubeStellar Console does not currently hold formal compliance certifications. Th
112112
| **Static Analysis (Go)** | CodeQL with extended security queries, gosec, nilaway |
113113
| **Static Analysis (TypeScript)** | CodeQL with extended queries, ESLint, TypeScript strict mode null checks |
114114
| **Dependency Management** | Dependabot (Go, npm, GitHub Actions), weekly automated updates |
115-
| **Container Scanning** | Container image scanning via CI/CD |
116-
| **Secret Detection** | Automated secret scanning in CI pipeline |
115+
| **Container Scanning** | Planned — container image vulnerability scanning not yet integrated into CI/CD |
116+
| **Secret Detection** | GitHub repository-level secret scanning enabled; CI/CD integration planned |
117117
| **Code Review** | All changes require PR review; direct commits to main prohibited |
118118
| **Signed Commits** | DCO sign-off required on all commits |
119119
| **Branch Protection** | Main branch protected; CI must pass before merge |

0 commit comments

Comments
 (0)