Compare commits
3
Commits
c1140c1b9c
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f3935ffa1
|
||
|
|
11c6aa812b | ||
|
|
f466040677
|
+1
-1
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user