BAUER GROUP – Digital Operational Resilience Act (EU 2022/2554)
📄 Live: dora.docs.bauer-group.com
Compliance documentation for the Digital Operational Resilience Act (DORA), covering ICT risk management, incident reporting, resilience testing, third-party risk management, and information sharing for ICT service providers.
DORA (Regulation (EU) 2022/2554) has been applicable since 17 January 2025. It establishes a unified framework for digital operational resilience across the EU financial sector, directly affecting financial entities and their ICT third-party service providers.
| Section | Content | Articles |
|---|---|---|
| Introduction | Scope, proportionality, FinmadiG, timeline | Art. 1–4 |
| Pillar 1 | ICT Risk Management | Art. 5–16 |
| Pillar 2 | Incident Reporting | Art. 17–23 |
| Pillar 3 | Resilience Testing | Art. 24–27 |
| Pillar 4 | Third-Party Risk | Art. 28–44 |
| Pillar 5 | Information Sharing | Art. 45 |
| Compliance | Gap analysis, roadmap, contract management | – |
| Automation | Compliance-as-Code, monitoring, pipelines | – |
| Reference | Article index, glossary, BAIT mapping, templates | – |
- 🇩🇪 German (complete)
- 🇬🇧 English (complete)
| Tool | Purpose |
|---|---|
| VitePress | Static site generator |
| markdownlint-cli2 | Markdown linting |
| linkinator | Link checking |
| vitepress-plugin-rss | RSS feed generation |
| GitHub Actions | CI/CD pipeline |
| GitHub Pages | Hosting |
# Install dependencies
npm install
# Start development server
npm run docs:dev
# Lint markdown
npm run lint
# Build for production
npm run docs:build
# Preview production build
npm run docs:preview| Script | Description |
|---|---|
npm run docs:dev |
Start local dev server |
npm run docs:build |
Build production site |
npm run docs:preview |
Preview built site |
npm run lint |
Lint markdown files |
npm run lint:fix |
Auto-fix lint issues |
npm run validate |
Lint + build + link check |
npm run docs:clean |
Clean build artifacts |
Automatic deployment to GitHub Pages on push to main via the deploy-pages workflow. Semantic releases are created automatically via the release workflow.
- Code (source, config, workflows): MIT License
- Documentation (content in
docs/): CC BY-NC 4.0
© 2026 BAUER GROUP