@wharflab/tally-linux-arm64 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bin/tally +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Modern Dockerfiles deserve modern tooling. tally is opinionated in the right pla
|
|
|
22
22
|
- **BuildKit-native**: understands modern syntax like heredocs, `RUN --mount=...`, `COPY --link`, and `ADD --checksum=...`.
|
|
23
23
|
- **Fixes, not just findings**: `--fix` applies safe, mechanical rewrites; `--fix-unsafe` unlocks opt-in risky fixes (including AI).
|
|
24
24
|
- **Modernizes on purpose**: converts eligible `RUN`/`COPY` instructions to heredocs, prefers `ADD --extract`, and more.
|
|
25
|
-
- **Broad rule coverage**: combines Docker's official BuildKit checks, Hadolint-compatible rules, and tally-specific rules.
|
|
25
|
+
- **Broad rule coverage**: combines Docker's official BuildKit checks, embedded ShellCheck for shell snippets, Hadolint-compatible rules, and tally-specific rules.
|
|
26
26
|
- **Registry-aware without Docker**: uses a Podman-compatible registry client for image metadata checks (no daemon required).
|
|
27
27
|
- **Editor + CI friendly**: VS Code extension (`wharflab.tally`, powered by `tally lsp`) and outputs for JSON, SARIF, and GitHub Actions annotations.
|
|
28
28
|
- **Easy to install anywhere**: Homebrew, Go, npm, pip, and RubyGems.
|
|
@@ -63,6 +63,8 @@ tally integrates rules from multiple sources:
|
|
|
63
63
|
| **[Hadolint](https://github.com/hadolint/hadolint)** | 37 rules | Hadolint-compatible Dockerfile rules (expanding) |
|
|
64
64
|
<!-- END RULES_TABLE -->
|
|
65
65
|
|
|
66
|
+
Shell linting is provided via embedded ShellCheck (rules under the `shellcheck/` namespace).
|
|
67
|
+
|
|
66
68
|
**See [RULES.md](RULES.md) for the complete rules reference.**
|
|
67
69
|
|
|
68
70
|
## Installation
|
package/bin/tally
CHANGED
|
Binary file
|