Skip to content

feat(actions-runner): bake tflint into the mise toolchain - #7

Merged
swibrow merged 1 commit into
mainfrom
feat/actions-runner-tflint
Aug 7, 2026
Merged

feat(actions-runner): bake tflint into the mise toolchain#7
swibrow merged 1 commit into
mainfrom
feat/actions-runner-tflint

Conversation

@swibrow

@swibrow swibrow commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add tflint to images/actions-runner/mise.toml
  • Bump metadata.yaml version to 2.336.0-5

Why

Follow-up to #6. home-ops' checks.yaml runs pre-commit's terraform_tflint hook on every PR; that hook shells out to tflint directly (tflint --init), which this image didn't ship. Same static-binary category as hadolint/shellcheck, so it belongs in mise.toml.

Test plan

  • container build succeeds, mise installs tflint@0.64.0 via the aqua backend
  • metadata.yaml's test command passes against the built image
  • CI build/scan/publish on merge

Same rationale as actionlint (#6): home-ops' checks.yaml runs
pre-commit's terraform_tflint hook on every PR, which shells out to a
bare `tflint` on PATH — this image didn't ship one. Static,
version-insensitive binary, same category as hadolint/shellcheck.

Signed-off-by: swibrow <15628653+swibrow@users.noreply.github.com>
@swibrow
swibrow merged commit feaf2b2 into main Aug 7, 2026
5 checks passed
@swibrow
swibrow deleted the feat/actions-runner-tflint branch August 7, 2026 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant