Skip to content

Commit b5729dd

Browse files
committed
Update documentation
1 parent 6151241 commit b5729dd

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repos:
44
hooks:
55
- id: check-ast
66
- id: trailing-whitespace
7+
args: [--markdown-linebreak-ext=md]
78
- id: check-toml
89
- id: end-of-file-fixer
910

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22
Unella is a project to automate audits exclusively on Python projects.
33

44
## 🚧 Project Status
5-
Please note that Unella is currently in active development.
6-
While it is functional, expect regular updates and enhancements.
5+
Please note that Unella is currently in active development.
6+
While it is functional, expect regular updates and enhancements.
77

88
## 📄 Output Formats
9-
With Unella, you can generate audit results in two formats:
9+
With Unella, you can generate audit results in two formats:
1010

11-
JSON: Structured data that can be easily consumed by other applications.
12-
HTML Report: A comprehensive, visual report detailing the audit findings.
13-
Markdown Report: Same as HTML but in markdown..
11+
JSON: Structured data that can be easily consumed by other applications.
12+
HTML Report: A comprehensive, visual report detailing the audit findings.
13+
Markdown Report: Same as HTML but in markdown..
1414

1515
## 🛠️ Tools Integrated
1616
Unella is powered by a suite of reputable Python tools to offer a diverse range of insights:
1717

18-
Ruff: https://github.com/astral-sh/ruff
19-
Mypy: https://github.com/python/mypy
20-
vulture: https://github.com/jendrikseipp/vulture
21-
Radon: https://github.com/rubik/radon
22-
Gitleaks: https://github.com/gitleaks/gitleaks
23-
Bandit: https://github.com/PyCQA/bandit
18+
Ruff: https://github.com/astral-sh/ruff
19+
Mypy: https://github.com/python/mypy
20+
vulture: https://github.com/jendrikseipp/vulture
21+
Radon: https://github.com/rubik/radon
22+
Gitleaks: https://github.com/gitleaks/gitleaks
23+
Bandit: https://github.com/PyCQA/bandit
2424

25-
...and several other tools to fetch a plethora of information.
25+
...and several other tools to fetch a plethora of information.
2626

2727
## 💼 Installation & Usage
28-
Use the Unella Command-Line Interface (CLI) to start your audit through Docker:
29-
We need to mount the directory we want to analyze to `/path`.
30-
We need to mount our current directory to store the results there for HTML and JSON reports.
28+
Use the Unella Command-Line Interface (CLI) to start your audit through Docker:
29+
We need to mount the directory we want to analyze to `/path`.
30+
We need to mount our current directory to store the results there for HTML and JSON reports.
3131

3232
### From Docker hub
3333
```bash
@@ -46,5 +46,5 @@ docker run -v /home/tevak/dev/jwt_tool:/path -v "$PWD/results:/opt/unella/result
4646
```
4747

4848

49-
Replace path_to_python_project with the path to your Python project.
49+
Replace path_to_python_project with the path to your Python project.
5050
For an HTML report, replace json with html.

0 commit comments

Comments
 (0)