Skip to content

Commit f424da1

Browse files
committed
docs: update AGENTS.md and CHANGELOG for Trivy, Gitleaks, and cross-platform CI
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 8781809 commit f424da1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ scripts/
6969
feature-request.yml Feature request form
7070
PULL_REQUEST_TEMPLATE.md PR template
7171
workflows/
72-
ci.yml CI: unit tests, build, integration tests (self-hosted)
72+
ci.yml CI: unit tests (self-hosted + cross-platform matrix), build, integration tests
7373
dependabot-auto-merge.yml Auto-merge minor/patch Dependabot PRs
74-
security.yml Security: npm audit (weekly + on push/PR)
74+
security.yml Security: npm audit, Trivy fs scan, Gitleaks (weekly + on push/PR)
7575
```
7676

7777
## Architecture conventions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232

3333
- Automated test harness with unit tests and VS Code extension integration tests
3434
- CI on self-hosted runner with npm audit security scanning (weekly schedule)
35+
- Trivy filesystem vulnerability and misconfiguration scanning
36+
- Gitleaks secret detection across full commit history
37+
- Cross-platform unit test matrix (Ubuntu, Windows, macOS)
3538
- Dependabot auto-merge for minor and patch dependency updates
3639
- Extension packaging with `@vscode/vsce`

0 commit comments

Comments
 (0)