File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - markdown-link-check@3.14.2
1515 - hadolint@2.14.0
1616 - codespell@2.4.2
17- - actionlint@1.7.11
17+ - actionlint@1.7.12
1818 - git-diff-check
1919 - gitleaks@8.30.1
2020 - gofmt@1.20.4
@@ -26,12 +26,18 @@ lint:
2626 - linters : [markdown-link-check]
2727 paths :
2828 - docs/docs/resources/**
29+ - CHANGELOG.md
30+ - docs/docs/changelog.md
31+ - docs/docs/examples/**
2932 - linters : [prettier]
3033 paths :
3134 - docs/docs/**
3235 - linters : [yamllint, prettier]
3336 paths :
3437 - charts/aiven-operator/templates/*.yaml
38+ - linters : [yamllint]
39+ paths :
40+ - " **/*.go"
3541 - linters : [markdownlint]
3642 paths :
3743 - .trunk/**
Original file line number Diff line number Diff line change 22
33Provision and manage [ Aiven Services] ( https://aiven.io/ ) from your Kubernetes cluster.
44
5- See the full documentation [ here ] ( https://aiven.github.io/aiven-operator/ ) .
5+ See the [ full documentation] ( https://aiven.github.io/aiven-operator/ ) .
66
77## Installation
88
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ func ValidateServiceAccountCredentials(s string) error {
3131 return nil
3232}
3333
34- // trunk-ignore-all(gitleaks/private-key)
3534const serviceAccountCredentialsSchema = `{
3635 "title": "Google service account credentials map",
3736 "type": "object",
You can’t perform that action at this time.
0 commit comments