I don't care about gitleaks on this project
This commit is contained in:
parent
6baa74c751
commit
7435fd6336
1 changed files with 2 additions and 1 deletions
|
|
@ -20,9 +20,9 @@ runtimes:
|
||||||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
||||||
lint:
|
lint:
|
||||||
disabled:
|
disabled:
|
||||||
|
- gitleaks
|
||||||
- terrascan
|
- terrascan
|
||||||
enabled:
|
enabled:
|
||||||
- gitleaks@8.18.2
|
|
||||||
- actionlint@1.6.27
|
- actionlint@1.6.27
|
||||||
- checkov@3.2.52
|
- checkov@3.2.52
|
||||||
- git-diff-check
|
- git-diff-check
|
||||||
|
|
@ -79,6 +79,7 @@ actions:
|
||||||
- trunk-upgrade-available
|
- trunk-upgrade-available
|
||||||
tools:
|
tools:
|
||||||
disabled:
|
disabled:
|
||||||
|
- gitleaks
|
||||||
- composer
|
- composer
|
||||||
enabled:
|
enabled:
|
||||||
- action-validator@0.6.0
|
- action-validator@0.6.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue