github.com/randomizedcoder/goTrackRTP@v0.0.2/.trunk/trunk.yaml (about)

     1  # This file controls the behavior of Trunk: https://docs.trunk.io/cli
     2  # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
     3  version: 0.1
     4  cli:
     5    version: 1.18.1
     6  # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
     7  plugins:
     8    sources:
     9      - id: trunk
    10        ref: v1.4.1
    11        uri: https://github.com/trunk-io/plugins
    12  # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
    13  runtimes:
    14    enabled:
    15      - go@1.21.0
    16      - node@18.12.1
    17      - python@3.10.8
    18  # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
    19  lint:
    20    enabled:
    21      - oxipng@9.0.0
    22      - checkov@3.1.51
    23      - gofmt@1.20.4
    24      - golangci-lint@1.55.2
    25      - osv-scanner@1.5.0
    26      - trivy@0.48.2
    27      - yamllint@1.33.0
    28      - git-diff-check
    29      - markdownlint@0.38.0
    30      - prettier@3.1.1
    31      - trufflehog@3.63.7
    32  actions:
    33    disabled:
    34      - trunk-announce
    35      - trunk-check-pre-push
    36      - trunk-fmt-pre-commit
    37    enabled:
    38      - trunk-upgrade-available