Enforce MokoStandards compliance with security workflows and documentation #44
12
CHANGELOG.md
12
CHANGELOG.md
@@ -21,6 +21,18 @@
|
||||
|
||||
# Changelog — Moko-Cassiopeia (VERSION: 03.05.00)
|
||||
|
||||
## [03.05.01] 2026-01-09
|
||||
### Added
|
||||
- Added `codeql-analysis.yml` workflow for security scanning
|
||||
- Added `dependency-review.yml` workflow for dependency vulnerability scanning
|
||||
- Added `standards-compliance.yml` workflow for MokoStandards validation
|
||||
- Added `.github/dependabot.yml` configuration for automated security updates
|
||||
- Added `docs/README.md` as documentation index
|
||||
|
||||
### Changed
|
||||
- Enforced repository compliance with MokoStandards requirements
|
||||
- Improved security posture with automated scanning and dependency management
|
||||
|
|
||||
|
||||
## [03.05.00] 2026-01-04
|
||||
- Created `.github/workflows`
|
||||
- Replaced `./CODE_OF_CONDUCT.md` from `MokoStandards`
|
||||
|
||||
Reference in New Issue
Block a user
Duplicate "### Changed" section header found. The second "### Changed" section (lines 34-36) should be merged with the first one (lines 31-32) or changed to a different section type if it represents a different category of changes.