tally-cli 0.7.0 → 0.8.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 +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -41,9 +41,9 @@ tally integrates rules from multiple sources:
41
41
  <!-- BEGIN RULES_TABLE -->
42
42
  | Source | Rules | Description |
43
43
  |--------|-------|-------------|
44
- | **[BuildKit](https://docs.docker.com/reference/build-checks/)** | 14/22 rules | Docker's official Dockerfile checks (captured + reimplemented) |
44
+ | **[BuildKit](https://docs.docker.com/reference/build-checks/)** | 22/22 rules | Docker's official Dockerfile checks (captured + reimplemented) |
45
45
  | **tally** | 8 rules | Custom rules including secret detection with [gitleaks](https://github.com/gitleaks/gitleaks) |
46
- | **[Hadolint](https://github.com/hadolint/hadolint)** | 31 rules | Hadolint-compatible Dockerfile rules (expanding) |
46
+ | **[Hadolint](https://github.com/hadolint/hadolint)** | 32 rules | Hadolint-compatible Dockerfile rules (expanding) |
47
47
  <!-- END RULES_TABLE -->
48
48
 
49
49
  **See [RULES.md](RULES.md) for the complete rules reference.**
@@ -269,7 +269,7 @@ The JSON output includes:
269
269
  "files": 1
270
270
  },
271
271
  "files_scanned": 1,
272
- "rules_enabled": 35
272
+ "rules_enabled": 41
273
273
  }
274
274
  ```
275
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tally-cli",
3
- "version": "0.7.0",
3
+ "version": "0.8.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.7.0",
35
- "@contino/tally-darwin-x64": "0.7.0",
36
- "@contino/tally-linux-arm64": "0.7.0",
37
- "@contino/tally-linux-x64": "0.7.0",
38
- "@contino/tally-windows-arm64": "0.7.0",
39
- "@contino/tally-windows-x64": "0.7.0",
40
- "@contino/tally-freebsd-x64": "0.7.0"
34
+ "@contino/tally-darwin-arm64": "0.8.0",
35
+ "@contino/tally-darwin-x64": "0.8.0",
36
+ "@contino/tally-linux-arm64": "0.8.0",
37
+ "@contino/tally-linux-x64": "0.8.0",
38
+ "@contino/tally-windows-arm64": "0.8.0",
39
+ "@contino/tally-windows-x64": "0.8.0",
40
+ "@contino/tally-freebsd-x64": "0.8.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"