Skip to content

fix(controller): handle long rule names in bootstrap annotation keys #539

fix(controller): handle long rule names in bootstrap annotation keys

fix(controller): handle long rule names in bootstrap annotation keys #539

Workflow file for this run

name: Lint
on:
push:
pull_request:
permissions: {}
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Clone the code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.4.0