Skip to content

Commit 31c5fdc

Browse files
chore: Upgrade trunk to 1.25.0 (#88)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) cli upgraded: 1.24.0 → 1.25.0 7 linters were upgraded: - checkov 3.2.435 → 3.2.469 - prettier 3.5.3 → 3.6.2 - renovate 40.36.2 → 41.93.2 - tflint 0.58.0 → 0.59.1 - tofu 1.9.1 → 1.10.5 - trivy 0.63.0 → 0.65.0 - trufflehog 3.88.35 → 3.90.5 1 plugin was upgraded: - trunk-io/plugins v1.7.0 → v1.7.2 This PR was generated by the [Trunk Action]. For more info, see our [docs] or reach out on [Slack]. [Trunk Action]: https://github.com/trunk-io/trunk-action [docs]: https://docs.trunk.io [Slack]: https://slack.trunk.io/ --------- Co-authored-by: gberenice <30597968+gberenice@users.noreply.github.com> Co-authored-by: Veronika Gnilitska <veronika.gnilitska@gmail.com>
1 parent f757d8f commit 31c5fdc

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ jobs:
1717
tf-test:
1818
name: 🧪 ${{ matrix.tf }} test
1919
runs-on: ubuntu-latest
20+
env:
21+
SPACELIFT_API_KEY_ENDPOINT: ${{ secrets.SPACELIFT_API_KEY_ENDPOINT }}
22+
SPACELIFT_API_KEY_ID: ${{ secrets.SPACELIFT_API_KEY_ID }}
23+
SPACELIFT_API_KEY_SECRET: ${{ secrets.SPACELIFT_API_KEY_SECRET }}
2024
strategy:
2125
matrix:
2226
tf: [tofu, terraform]
2327
steps:
24-
- uses: masterpointio/github-action-tf-test@c3b619f3bca9e4f482b9e0fb3166ab3f02d9d54c # v1.0.0
28+
- uses: masterpointio/github-action-tf-test@v1.0.1
2529
with:
2630
tf_type: ${{ matrix.tf }}
2731
aws_role_arn: ${{ vars.TF_TEST_AWS_ROLE_ARN }}

.trunk/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
plugins
77
user_trunk.yaml
88
user.yaml
9-
tmp
9+
tmp

.trunk/trunk.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.24.0
5+
version: 1.25.0
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.7.0
10+
ref: v1.7.2
1111
uri: https://github.com/trunk-io/plugins
1212
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1313
runtimes:
@@ -20,16 +20,16 @@ lint:
2020
# Incompatible with some Terraform features: https://github.com/tenable/terrascan/issues/1331
2121
- terrascan
2222
enabled:
23-
- renovate@40.36.2
24-
- tofu@1.9.1
23+
- renovate@41.93.2
24+
- tofu@1.10.5
2525
- actionlint@1.7.7
26-
- checkov@3.2.435
26+
- checkov@3.2.469
2727
- git-diff-check
2828
- markdownlint@0.45.0
29-
- prettier@3.5.3
30-
- tflint@0.58.0
31-
- trivy@0.63.0
32-
- trufflehog@3.88.35
29+
- prettier@3.6.2
30+
- tflint@0.59.1
31+
- trivy@0.65.0
32+
- trufflehog@3.90.5
3333
- yamllint@1.37.1
3434
ignore:
3535
- linters: [tofu]

0 commit comments

Comments
 (0)