aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs
Commit message (Collapse)AuthorAgeFilesLines
* jsonschema: set min. value of n_threads = -1 (#307)0.1.3adamjanovsky2023-01-101-1/+1
|
* Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-108-49/+42
| | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* Fix #304.J08nY2023-01-091-1/+2
|
* Fix/cli arguments (#303)adamjanovsky2023-01-091-38/+43
| | | | | | | * fix CLI arguments quiet, output * fix performed CLI actions * fix precondition evaluation in CLI
* fix OCR txt_path accessAdam Janovsky2022-12-141-2/+6
|
* rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdateAdam Janovsky2022-12-103-15/+11
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-108-117/+114
|
* rename common_criteria modules to ccAdam Janovsky2022-12-097-6/+7
|
* flat -> src layout (#294)adamjanovsky2022-12-0952-0/+11621
- Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`