Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 559 Bytes

File metadata and controls

44 lines (27 loc) · 559 Bytes

Maintainer's guide

DRAFT

(to be completed)

Repo configuration

  • branch protection
  • required PR checks
  • auto-merge feature

Continuous Integration

Code Quality checks

  • meta-linter: golangci-lint

  • linter config

  • Code quality assessment: CodeFactor

  • Code quality badges

    • go report card
    • CodeFactor

Testing

  • test reports
  • test coverage reports

Automated updates

  • dependabot

  • go version udpates

Vulnerability scanners

  • github CodeQL
  • trivy
  • govulnscan

Releases

  • release notes generator: git-cliff