tally-cli 0.4.0 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +5 -7
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -39,13 +39,11 @@ uv/bun, line-length and layer optimizations).
39
39
  tally integrates rules from multiple sources:
40
40
 
41
41
  <!-- BEGIN RULES_TABLE -->
42
-
43
- | Source | Rules | Description |
44
- | --------------------------------------------------------------- | -------- | --------------------------------------------------------------------------------------------- |
45
- | **[BuildKit](https://docs.docker.com/reference/build-checks/)** | 22 rules | Docker's official Dockerfile checks (automatically captured) |
46
- | **tally** | 3 rules | Custom rules including secret detection with [gitleaks](https://github.com/gitleaks/gitleaks) |
47
- | **[Hadolint](https://github.com/hadolint/hadolint)** | 22 rules | Hadolint-compatible Dockerfile rules (expanding) |
48
-
42
+ | Source | Rules | Description |
43
+ |--------|-------|-------------|
44
+ | **[BuildKit](https://docs.docker.com/reference/build-checks/)** | 22 rules | Docker's official Dockerfile checks (automatically captured) |
45
+ | **tally** | 3 rules | Custom rules including secret detection with [gitleaks](https://github.com/gitleaks/gitleaks) |
46
+ | **[Hadolint](https://github.com/hadolint/hadolint)** | 27 rules | Hadolint-compatible Dockerfile rules (expanding) |
49
47
  <!-- END RULES_TABLE -->
50
48
 
51
49
  **See [RULES.md](RULES.md) for the complete rules reference.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tally-cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "A fast, configurable linter for Dockerfiles and Containerfiles",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,13 +31,13 @@
31
31
  "node": ">=18.0.0"
32
32
  },
33
33
  "optionalDependencies": {
34
- "@contino/tally-darwin-arm64": "0.4.0",
35
- "@contino/tally-darwin-x64": "0.4.0",
36
- "@contino/tally-linux-arm64": "0.4.0",
37
- "@contino/tally-linux-x64": "0.4.0",
38
- "@contino/tally-windows-arm64": "0.4.0",
39
- "@contino/tally-windows-x64": "0.4.0",
40
- "@contino/tally-freebsd-x64": "0.4.0"
34
+ "@contino/tally-darwin-arm64": "0.5.0",
35
+ "@contino/tally-darwin-x64": "0.5.0",
36
+ "@contino/tally-linux-arm64": "0.5.0",
37
+ "@contino/tally-linux-x64": "0.5.0",
38
+ "@contino/tally-windows-arm64": "0.5.0",
39
+ "@contino/tally-windows-x64": "0.5.0",
40
+ "@contino/tally-freebsd-x64": "0.5.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"