You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,8 +315,8 @@ All CI jobs are defined in [`.github/workflows/ci.yml`](.github/workflows/ci.yml
315
315
316
316
| Job | Workflow Link | What It Proves |
317
317
|-----|--------------|---------------|
318
-
|`go-build-and-test`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)|428 Go tests across 9 services with `-race` (build, test, vet) |
319
-
|`python-test`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)| 1,136 Python tests (unit/integration + adversarial/acceptance), ruff lint, bandit security scan (enforced on HIGH/HIGH), mypy type checking |
318
+
|`go-build-and-test`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)|429 Go tests across 9 services with `-race` (build, test, vet) |
319
+
|`python-test`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)| 1,154 Python tests (unit/integration + adversarial/acceptance), ruff lint, bandit security scan (enforced on HIGH/HIGH), mypy type checking |
320
320
|`appsec-lint`|[View job](https://github.com/SecAI-Hub/SecAI_OS/actions/workflows/ci.yml)| Hadolint for container build files and Semgrep project security rules |
Copy file name to clipboardExpand all lines: docs/install/dev.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This guide covers running SecAI OS services locally for development and testing,
6
6
7
7
## Prerequisites
8
8
9
-
-**Go 1.25+** for building Go services
9
+
-**Go 1.25.10+** for building Go services
10
10
-**Python 3.12 recommended** for running Python services. CI and lockfiles use Python 3.12; package metadata still allows Python 3.11 where scanner compatibility requires it.
0 commit comments