diff --git a/.gitea/workflows/generate-iso.yaml b/.gitea/workflows/generate-iso.yaml index cfa5f6c..0e94453 100644 --- a/.gitea/workflows/generate-iso.yaml +++ b/.gitea/workflows/generate-iso.yaml @@ -192,26 +192,26 @@ jobs: PRIVATE_FILE="LIVE_ISO.private" touch "${PRIVATE_FILE}" cat << EOF >| "${PRIVATE_FILE}" -# SPDX-Version: 3.0 -# SPDX-CreationInfo: 2025-05-31; WEIDNER, Marc S.; -# SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git -# SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency -# SPDX-FileCopyrightText: 2024–2025; WEIDNER, Marc S.; -# SPDX-FileType: SOURCE -# SPDX-License-Identifier: EUPL-1.2 OR LicenseRef-CCLA-1.0 -# SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework. -# SPDX-PackageName: CISS.debian.live.builder -# SPDX-Security-Contact: security@coresecret.eu + # SPDX-Version: 3.0 + # SPDX-CreationInfo: 2025-05-31; WEIDNER, Marc S.; + # SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git + # SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency + # SPDX-FileCopyrightText: 2024–2025; WEIDNER, Marc S.; + # SPDX-FileType: SOURCE + # SPDX-License-Identifier: EUPL-1.2 OR LicenseRef-CCLA-1.0 + # SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework. + # SPDX-PackageName: CISS.debian.live.builder + # SPDX-Security-Contact: security@coresecret.eu -This file was automatically generated by the DEPLOY BOT on: "${timestamp}". + This file was automatically generated by the DEPLOY BOT on: "${timestamp}". -CISS.debian.live.builder ISO : - "${VAR_ISO_FILE}" -CISS.debian.live.builder ISO sha512 : - "${VAR_ISO_FILE_SHA512}" -CISS.debian.live.builder ISO sha512 sign : - $(< "${SIGNATURE_FILE}") -EOF + CISS.debian.live.builder ISO : + "${VAR_ISO_FILE}" + CISS.debian.live.builder ISO sha512 : + "${VAR_ISO_FILE_SHA512}" + CISS.debian.live.builder ISO sha512 sign : + $(< "${SIGNATURE_FILE}") + EOF - name: Stage generated files. run: |