canina/docs/audit/34-repository-observations.json
2026-08-06 20:54:44 +03:30

23 lines
594 B
JSON

[
{
"observationId": "REPO-CI-ABSENCE-001",
"category": "DevOps & CI/CD",
"inspectedPaths": [
".",
".github/workflows",
".gitlab-ci.yml",
"Jenkinsfile",
"azure-pipelines.yml",
"bitbucket-pipelines.yml"
],
"searchPatterns": [
"ci.yml",
"main.yml",
"workflow"
],
"evidence": "No CI/CD configuration files (such as .github/workflows/*.yml) exist in the repository tree.",
"findingId": "DEVOPS-001",
"limitations": "Repository-level inspection confirms absence of committed pipeline configurations."
}
]