File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - ' tools/csv2xlsx.py'
77 - ' .github/workflows/csv2xlsx.yml'
88 workflow_dispatch :
9-
109jobs :
1110 build :
1211 runs-on : ubuntu-latest
1312 steps :
1413 - uses : actions/checkout@v4
1514 - uses : actions/setup-python@v5
16- with :
17- python-version : ' 3.11'
15+ with : { python-version: '3.11' }
1816 - run : python -m pip install --upgrade pip
1917 - run : pip install pandas openpyxl
2018 - run : python tools/csv2xlsx.py
Original file line number Diff line number Diff line change 22
33Open-source toolkit for risk assessment in healthcare environments and medical IoT (IoMT).
44
5- ** Focus:** auditable risk matrices, clear methodology, and automation for basic reporting.
5+ ** Focus:** auditable risk matrices, clear methodology, and basic automation for reporting.
66
77## What's included (v0.1)
8- - Manual risk matrix template (CSV → XLSX through GitHub Actions)
8+ - Manual risk matrix template (CSV → XLSX via GitHub Actions)
99- EBIOS RM Light adaptation notes
1010- Remediation planning skeleton (Mermaid)
1111
1212## Repository layout
13- - ` 02-Matrices/ ` → risk matrix CSV (source of truth) → XLSX artifact
14- - ` 03-Methodology/ ` → method notes (EBIOS RM Light, scales, decisions)
15- - ` 04-Planning/ ` → remediation roadm
13+ - ` 02-Matrices/ ` → risk matrix CSV (source of truth) → XLSX artifact
14+ - ` 03-Methodology/ ` → method notes (EBIOS RM Light, scales, decisions)
15+ - ` 04-Planning/ ` → remediation roadmap
16+ - ` docs/reports/ ` → build artifacts
1617
18+ ## Usage
19+ Edit ` 02-Matrices/risk_matrix.csv ` , then push.
20+ GitHub Actions builds ` docs/reports/risk_matrix.xlsx ` as an artifact.
21+
22+ ## Scope and ethics
23+ Educational scope only. No patient data. Synthetic samples.
You can’t perform that action at this time.
0 commit comments