proofctl 0.5.2__tar.gz → 0.5.4__tar.gz

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 (41) hide show
  1. {proofctl-0.5.2/proofctl.egg-info → proofctl-0.5.4}/PKG-INFO +1 -1
  2. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/reporters/terminal.py +9 -2
  3. {proofctl-0.5.2 → proofctl-0.5.4/proofctl.egg-info}/PKG-INFO +1 -1
  4. {proofctl-0.5.2 → proofctl-0.5.4}/pyproject.toml +1 -1
  5. {proofctl-0.5.2 → proofctl-0.5.4}/LICENSE +0 -0
  6. {proofctl-0.5.2 → proofctl-0.5.4}/MANIFEST.in +0 -0
  7. {proofctl-0.5.2 → proofctl-0.5.4}/README.md +0 -0
  8. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/__init__.py +0 -0
  9. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/_globmatch.py +0 -0
  10. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/baseline.py +0 -0
  11. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/__init__.py +0 -0
  12. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/base.py +0 -0
  13. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/dockerfile.py +0 -0
  14. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/hcl_utils.py +0 -0
  15. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/imports.py +0 -0
  16. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/leakage.py +0 -0
  17. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/llm_integration.py +0 -0
  18. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/placeholders.py +0 -0
  19. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/quality.py +0 -0
  20. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/secrets.py +0 -0
  21. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/security.py +0 -0
  22. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/shell_checker.py +0 -0
  23. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/terraform.py +0 -0
  24. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/terragrunt.py +0 -0
  25. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/variants.py +0 -0
  26. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/checkers/yaml_checker.py +0 -0
  27. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/cli.py +0 -0
  28. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/config.py +0 -0
  29. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/engine.py +0 -0
  30. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/fixer.py +0 -0
  31. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/models.py +0 -0
  32. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/registry.py +0 -0
  33. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/reporters/__init__.py +0 -0
  34. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/reporters/html_reporter.py +0 -0
  35. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl/reporters/json_reporter.py +0 -0
  36. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl.egg-info/SOURCES.txt +0 -0
  37. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl.egg-info/dependency_links.txt +0 -0
  38. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl.egg-info/entry_points.txt +0 -0
  39. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl.egg-info/requires.txt +0 -0
  40. {proofctl-0.5.2 → proofctl-0.5.4}/proofctl.egg-info/top_level.txt +0 -0
  41. {proofctl-0.5.2 → proofctl-0.5.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: proofctl
3
- Version: 0.5.2
3
+ Version: 0.5.4
4
4
  Summary: Zero-dependency linter for Python, Terraform, Dockerfiles, Kubernetes, and GitHub Actions — catches AI slop and security misconfigurations pre-commit
5
5
  Author-email: Kolawolu Odunola <kolawolu.o@gmail.com>
6
6
  License: MIT
@@ -80,8 +80,15 @@ class TerminalReporter:
80
80
  padding=(0, 1),
81
81
  expand=True,
82
82
  )
83
- table.add_column("Severity", no_wrap=True, min_width=11, max_width=13)
84
- table.add_column("Rule", no_wrap=True, ratio=2, min_width=22)
83
+ # Severity + Rule are *fixed* width — both are bounded content
84
+ # (severity is one of 3 known strings; rule_id maxes at 21 chars).
85
+ # Fixed-width columns are exempt from rich's ratio-distribution
86
+ # squeeze, which otherwise truncates rule IDs to "PROOFCTL-..." on
87
+ # narrower terminals despite the min_width setting (rich's
88
+ # `min_width` is not a hard floor when `expand=True` + ratios
89
+ # over-subscribe available width).
90
+ table.add_column("Severity", no_wrap=True, width=13)
91
+ table.add_column("Rule", no_wrap=True, width=23)
85
92
  table.add_column("Family", overflow="fold", ratio=2)
86
93
  table.add_column("Location", overflow="fold", ratio=3)
87
94
  table.add_column("Message", overflow="fold", ratio=5)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: proofctl
3
- Version: 0.5.2
3
+ Version: 0.5.4
4
4
  Summary: Zero-dependency linter for Python, Terraform, Dockerfiles, Kubernetes, and GitHub Actions — catches AI slop and security misconfigurations pre-commit
5
5
  Author-email: Kolawolu Odunola <kolawolu.o@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "proofctl"
7
- version = "0.5.2"
7
+ version = "0.5.4"
8
8
  description = "Zero-dependency linter for Python, Terraform, Dockerfiles, Kubernetes, and GitHub Actions — catches AI slop and security misconfigurations pre-commit"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes