Skip to content

Commit 8eb2151

Browse files
committed
Fix missing licenses and exclude Dockerfile from editorconfig checks
1 parent e888e01 commit 8eb2151

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2026 G DATA CyberDefense AG
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
FROM mcr.microsoft.com/devcontainers/base:trixie
25

36
ENV DEBIAN_FRONTEND=noninteractive
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2026 G DATA CyberDefense AG
2+
3+
SPDX-License-Identifier: AGPL-3.0-or-later

.github/workflows/editorconfig-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: editorconfig-checker/action-editorconfig-checker@main
15-
- run: editorconfig-checker -exclude "\.sh|\.ya?ml|\.md|\.gitignore|\.json|admin\.php|Dockerfile\.Nextcloud|\.txt|Makefile|\.xml|\.bats|\.env-test|\.ini"
15+
- run: editorconfig-checker -exclude "\.sh|\.ya?ml|\.md|\.gitignore|\.json|admin\.php|Dockerfile\.Nextcloud|Dockerfile|\.txt|Makefile|\.xml|\.bats|\.env-test|\.ini"

0 commit comments

Comments
 (0)