diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 51dc4f7..7dd4dcf 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -12,17 +12,22 @@ 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 # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: + - gitleaks@8.18.4 + - markdownlint@0.41.0 + - oxipng@9.1.2 + - taplo@0.9.3 - actionlint@1.7.1 - - checkov@3.2.216 + - checkov@3.2.219 - git-diff-check - prettier@3.3.3 - - trivy@0.54.0 - - trufflehog@3.80.3 + - trivy@0.54.1 + - trufflehog@3.81.6 - yamllint@1.35.1 actions: enabled: @@ -32,6 +37,6 @@ actions: - trunk-upgrade-available tools: enabled: - - act@0.2.64 + - act@0.2.65 disabled: - trufflehog diff --git a/README.md b/README.md index f5f747e..6021499 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ Silly little box to hold some smoking accessories. Example project in openscad harnessing someone elses parametric box maker. -![](./render.png) +![Render of the smoking box](./render.png) Pipelines are fun. diff --git a/render.png b/render.png index 68ac6e3..9bc6e44 100644 Binary files a/render.png and b/render.png differ