# This file controls the behavior of Trunk: https://docs.trunk.io/cli
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
  version: 1.21.0
plugins:
  sources:
    - id: trunk
      ref: v1.4.5
      uri: https://github.com/trunk-io/plugins
runtimes:
  enabled:
    - go@1.21.0
    - node@18.12.1
    - python@3.10.8
lint:
  enabled:
    - actionlint@1.6.27
    - checkov@3.2.53
    - eslint@8.57.0
    - git-diff-check
    - markdownlint@0.39.0
    - osv-scanner@1.7.0
    - prettier@3.2.5
    - shellcheck@0.10.0
    - shfmt@3.6.0
    - trivy@0.50.1
    - trufflehog@3.71.0
    - yamllint@1.35.1
  ignore:
    - linters: [ALL]
      paths:
        - .yarn/**
        - yarn.lock
actions:
  enabled:
    - commitlint
    - trunk-announce
    - trunk-check-pre-push
    - trunk-fmt-pre-commit
    - trunk-upgrade-available
