Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 529 Bytes

File metadata and controls

22 lines (15 loc) · 529 Bytes

Claude Code Instructions

Before Pushing Changes

Always run the following linters before pushing any changes:

make lint           # Go linting
make lint/actions   # GitHub Actions linting

Project Overview

This is the Mondoo Operator - a Kubernetes operator for Mondoo security scanning.

Common Commands

  • make test - Run unit tests
  • make lint - Run Go linter
  • make lint/actions - Lint GitHub Actions workflows
  • make build - Build the operator
  • make docker-build - Build container image