Skip to content

CI Configuration

This page contains information regarding the CI configuration used for the Rook project to test, build and release the project.

Secrets

  • Snyk (Security Scan):
  • Testing:
  • Publishing:
    • DOCKER_USERNAME + DOCKER_PASSWORD: Username and password of registry.
    • DOCKER_REGISTRY: Target registry namespace (e.g., rook)
    • AWS_USR + AWS_PSW: AWS credentials with access to S3 for Helm chart publishing.
    • GIT_API_TOKEN: GitHub access token, used to push docs changes to the docs repositories gh-pages branch.