diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79cc9f76..a0798ff4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ --- include: - project: "${PROJECT_PATH_GITLAB_CONFIG_TOOLING}" - ref: "v2.3.3" + ref: "v2.3.4" file: - "ci/common/automr.yml" - "ci/common/lint.yml" @@ -696,5 +696,4 @@ renovate: script: - "renovate ${RENOVATE_EXTRA_FLAGS}" stage: "renovate" - ... diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index af52ae35..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,16 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: openDesk - der Souveräne Arbeitsplatz -Upstream-Contact: -Source: https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk - -Files: helmfile/files/theme/* -Copyright: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH -License: Apache-2.0 - -Files: helmfile/files/gpg-pubkeys/* -Copyright: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS" -License: CC0-1.0 - -Files: cspell.json -Copyright: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH -License: Apache-2.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..bcc3a3cb --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: 2024 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS" +# SPDX-License-Identifier: Apache-2.0 + +version = 1 + +[[annotations]] +path = "helmfile/files/theme/*" +SPDX-FileCopyrightText = "2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "cspell.json" +SPDX-FileCopyrightText = "2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "helmfile/files/gpg-pubkeys/*" +SPDX-FileCopyrightText = "2023 Bundesministerium des Innern und für Heimat, PG ZenDiS \"Projektgruppe für Aufbau ZenDiS\"" +SPDX-License-Identifier = "CC0-1.0"