diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 51325b6d..703fe0ed 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -21,4 +21,4 @@ jobs: persist-credentials: false - name: REUSE Compliance Check - uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0 + uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0 diff --git a/build-js/WebpackSPDXPlugin.js b/build-js/WebpackSPDXPlugin.js index a9c2eabd..1cbd7431 100644 --- a/build-js/WebpackSPDXPlugin.js +++ b/build-js/WebpackSPDXPlugin.js @@ -197,6 +197,7 @@ class WebpackSPDXPlugin { authors.add(pkg.author) output += `- ${pkg.name}\n\t- version: ${pkg.version}\n\t- license: ${license}\n` } + // REUSE-IgnoreStart output = `\n\n${output}` for (const author of [...authors].sort()) { output = `SPDX-FileCopyrightText: ${author}\n${output}` @@ -204,6 +205,7 @@ class WebpackSPDXPlugin { for (const license of [...licenses].sort()) { output = `SPDX-License-Identifier: ${license}\n${output}` } + // REUSE-IgnoreEnd compilation.emitAsset( asset.split('?', 2)[0] + '.license',