Skip to content

Commit

Permalink
Merge branch 'feat-devcontainer' of https://github.com/ThatKalle/devi…
Browse files Browse the repository at this point in the history
…ce-ui into feat-devcontainer
ThatKalle committed Nov 7, 2024
2 parents 2db2d19 + 282c5bb commit 10cdacf
Showing 3 changed files with 28 additions and 22 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/trunk_check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Pull Request
on: [pull_request]
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
4 changes: 4 additions & 0 deletions .trunk/configs/.prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
trailingComma: es5
tabWidth: 2
semi: false
singleQuote: true
42 changes: 21 additions & 21 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -2,44 +2,44 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.21.0
version: 1.22.8
plugins:
sources:
- id: trunk
ref: v1.4.5
ref: v1.6.4
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
# enabled:
# - go@1.21.0
# - node@18.12.1
# - python@3.10.8
enabled:
- go@1.21.0
- node@18.12.1
- python@3.10.8
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- trufflehog@3.71.0
- trufflehog@3.83.4
- yamllint@1.35.1
- bandit@1.7.8
- checkov@3.2.60
- terrascan@1.19.1
- trivy@0.50.1
- bandit@1.7.10
- checkov@3.2.281
- terrascan@1.19.9
- trivy@0.56.2
#- trufflehog@3.63.2-rc0
- taplo@0.8.1
- ruff@0.3.5
- taplo@0.9.3
- ruff@0.7.2
- isort@5.13.2
- markdownlint@0.39.0
- oxipng@9.0.0
- svgo@3.2.0
- actionlint@1.6.27
- flake8@7.0.0
- markdownlint@0.42.0
- oxipng@9.1.2
- svgo@3.3.2
- actionlint@1.7.4
- flake8@7.1.1
- hadolint@2.12.0
- shfmt@3.6.0
- shellcheck@0.10.0
- black@24.3.0
- black@24.10.0
- git-diff-check
- gitleaks@8.18.2
- gitleaks@8.21.1
- clang-format@16.0.3
- prettier@3.2.5
- prettier@3.3.3
ignore:
- linters: [ALL]
paths:

0 comments on commit 10cdacf

Please sign in to comment.