tally-cli 0.5.0 → 0.6.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 +2 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -41,8 +41,8 @@ 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/)** | 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) |
44
+ | **[BuildKit](https://docs.docker.com/reference/build-checks/)** | 12/22 rules | Docker's official Dockerfile checks (captured + reimplemented) |
45
+ | **tally** | 5 rules | Custom rules including secret detection with [gitleaks](https://github.com/gitleaks/gitleaks) |
46
46
  | **[Hadolint](https://github.com/hadolint/hadolint)** | 27 rules | Hadolint-compatible Dockerfile rules (expanding) |
47
47
  <!-- END RULES_TABLE -->
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tally-cli",
3
- "version": "0.5.0",
3
+ "version": "0.6.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.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"
34
+ "@contino/tally-darwin-arm64": "0.6.0",
35
+ "@contino/tally-darwin-x64": "0.6.0",
36
+ "@contino/tally-linux-arm64": "0.6.0",
37
+ "@contino/tally-linux-x64": "0.6.0",
38
+ "@contino/tally-windows-arm64": "0.6.0",
39
+ "@contino/tally-windows-x64": "0.6.0",
40
+ "@contino/tally-freebsd-x64": "0.6.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"