feat(migration): add initial configuration files and Docker setup for Documize #4

Merged
luke merged 3 commits from migration into main 2026-01-04 21:20:21 +00:00
Showing only changes of commit b997b8cae3 - Show all commits

View File

@@ -23,6 +23,10 @@ jobs:
output-file: hadolint.out
format: sonarqube
no-fail: true
- name: Print Hadolint results
if: ${{ always() }}
run: cat hadolint.out
# - name: SonarQube Scan
# uses: SonarSource/sonarqube-scan-action@v5.2.0