3 Commits
Author SHA1 Message Date
mdaleo404 8f3935ffa1 Package version bump 0.5.0 2026-06-27 07:40:14 +01:00
mdaleo404 11c6aa812b Merge pull request 'Fix drift change' (#12) from fix-drift-change into main
Reviewed-on: #12
2026-06-23 15:14:12 +00:00
mdaleo404 f466040677 Fix mirro reference in DEVELOPMENT.md
Lint & Security / precommit-and-security (pull_request) Successful in 1m1s
2026-06-23 16:12:02 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ Scheduled/manual security workflow:
-> fail workflow on those vulnerabilities -> fail workflow on those vulnerabilities
``` ```
Pre-commit currently includes Black, trailing whitespace, EOF, YAML, and TOML checks. The Bandit hook exists, but its `files` pattern is `^src/mirro/`, which does not match the current `chguard/` package layout. If relying on Bandit for this project, fix that pattern. Pre-commit currently includes Bandit, Black, trailing whitespace, EOF, YAML, and TOML checks.
--- ---
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "chguard" name = "chguard"
version = "0.4.0" version = "0.5.0"
description = "Safety-first tool to snapshot and restore filesystem ownership and permissions." description = "Safety-first tool to snapshot and restore filesystem ownership and permissions."
authors = ["Marco D'Aleo <marco@marcodaleo.com>"] authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"