Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:21
· 32 commits to develop since this release
77350e7

Changelog

  • c45810c Merge branch 'main' into develop
  • e22ea42 Merge pull request #10 from catnet-io/develop
  • c09cf2b Merge pull request #11 from catnet-io/develop
  • b896599 Merge pull request #2 from catnet-io/develop
  • 09411f4 Merge pull request #6 from catnet-io/develop
  • 6fcdfaa chore(agents): add AGENTS.md with MVP definition and architecture
  • 5f332b7 chore(agents): update repository context and DevSecOps rules
  • f3195f7 chore(deps): bump actions/checkout from 4.2.2 to 7.0.1
  • fb32c53 chore(deps): bump actions/setup-go from 5.3.0 to 7.0.0
  • 364c1f4 chore(deps): update engine to v0.6.0 and prepare initial v0.1.0 release
  • b2ab48c chore(github): add CODEOWNERS file
  • 57e6de7 ci(cleanup): remove legacy develop-signed from branch cleanup pattern
  • 49832d1 ci(pr-rules): allow mendsec maintainer in PR rules enforcer
  • db11ac0 ci(rules): enforce strict zero rule bypassing and SSH signature requirements
  • a3f343e ci(rules): verify dedicated SSH commit signing key
  • 77350e7 ci: add GoReleaser release workflow and Homebrew/Scoop deployment configuration
  • e16e3a3 ci: enforce develop branch policy and PR rules on main
  • 5374ebf ci: replicate workflows, dependabot, and linter configs from engine
  • dd906fa ci: standardize workflow
  • 81cd19a feat(tui): bootstrap interactive terminal scanner with Bubble Tea
  • ead0182 feat(ui): refactor TUI dashboard into modular packages
  • 6dfb039 feat: implement interactive bubble tea UI
  • 11be740 fix(ci): explicitly set check-run names to match GitHub branch protection required strings
  • e8c33fa fix(ci): format workflow job names for exact GitHub Actions check context matching
  • 14ac279 fix(ci): match top-level workflow names to exact GitHub branch protection required check strings
  • 965a059 fix(ci): set exact job names matching GitHub branch protection required check strings
  • 235421b fix(ci): update workflow triggers, setup-go in govulncheck, and action pins
  • e95307d fix(ui): capture eventChan locally and strictly validate commit signatures against origin/main
  • 7687223 fix(ui): resolve gosec and staticcheck lint issues
  • ebd7e44 fix(ui): restore scan stream timeout and update commit signature validation
  • d340562 test(ui): add assertions for export 0600 file permissions and startScan event propagation
  • 6c4f9a9 test(ui): add unit tests for model lifecycle and scan cancellation
  • c426842 test(ui): remove unnecessary sleep in TestStartScanEventPropagation