Skip to content

Commit 17205d2

Browse files
ci(deps): upgrade trunk (#1141)
Co-authored-by: Myroslav Vivcharyk <myroslav.vivcharyk@aiven.io>
1 parent 8ba9c2e commit 17205d2

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.trunk/trunk.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint:
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/**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Provision 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

utils/alloydbomni/service_account_credentials_validator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ func ValidateServiceAccountCredentials(s string) error {
3131
return nil
3232
}
3333

34-
// trunk-ignore-all(gitleaks/private-key)
3534
const serviceAccountCredentialsSchema = `{
3635
"title": "Google service account credentials map",
3736
"type": "object",

0 commit comments

Comments
 (0)