Compare commits
2 Commits
0.1.0
...
a5551e7047
| Author | SHA1 | Date | |
|---|---|---|---|
|
a5551e7047
|
|||
|
4b67e721e7
|
1
.gitea/CODEOWNERS
Normal file
1
.gitea/CODEOWNERS
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @mdaleo404
|
||||||
29
.gitea/workflows/lint-and-security.yml
Normal file
29
.gitea/workflows/lint-and-security.yml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
name: Lint & Security
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
precommit-and-security:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.13"
|
||||||
|
|
||||||
|
- name: Install pre-commit
|
||||||
|
run: pip install pre-commit
|
||||||
|
|
||||||
|
- name: Run pre-commit hooks
|
||||||
|
run: pre-commit run --all-files --color always
|
||||||
|
|
||||||
|
- name: Install pip-audit
|
||||||
|
run: pip install pip-audit
|
||||||
|
|
||||||
|
- name: Run pip-audit
|
||||||
|
run: pip-audit
|
||||||
@@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
# chguard
|
# chguard
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="chguard.png" alt="chguard logo" width="256" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
**chguard** is a safety-first command-line tool that snapshots and restores
|
**chguard** is a safety-first command-line tool that snapshots and restores
|
||||||
filesystem ownership and permissions.
|
filesystem ownership and permissions.
|
||||||
|
|
||||||
|
|||||||
BIN
chguard.png
Normal file
BIN
chguard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user