Skip to content

Commit

Permalink
Merge branch 'main' into feat/healthCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Jul 26, 2024
2 parents 66c80b8 + 238f405 commit d790b9a
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 15 deletions.
19 changes: 9 additions & 10 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,24 @@ lint:
- trivy
- markdown-table-prettify
enabled:
- oxipng@9.1.2
- pre-commit-hooks@4.6.0
- shellcheck@0.10.0
- shfmt@3.6.0
- actionlint@1.7.1
- checkov@3.2.198
- dotenv-linter@3.3.0
- terraform@1.1.0
- dustilock@1.2.0
- eslint@9.7.0
- git-diff-check
- gitleaks@8.18.4
- markdown-link-check@3.12.2
- pre-commit-hooks@4.6.0
- sort-package-json@2.10.0
- terrascan@1.19.1
- checkov@3.2.198
- git-diff-check
- markdownlint@0.41.0
- osv-scanner@1.8.2
- oxipng@9.1.2
- pre-commit-hooks@4.6.0
- prettier@3.3.3
- shellcheck@0.10.0
- shfmt@3.6.0
- sort-package-json@2.10.0
- terraform@1.1.0
- terrascan@1.19.1
- tflint@0.52.0
- trufflehog@3.80.1
- yamllint@1.35.1
Expand Down
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default tseslint.config(
extends: [tseslint.configs.disableTypeChecked],
},
{
ignores: ["**/*.mjs"],
languageOptions: {
parserOptions: {
project: true,
Expand Down
Loading

0 comments on commit d790b9a

Please sign in to comment.