Skip to content

Commit

Permalink
chore(cyclonedx): Say for which file extension creation failed
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 16, 2024
1 parent fb1f601 commit 262d966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class CycloneDxReporter : Reporter {
outputFile.bufferedWriter().use { it.write(bom) }
writtenFiles += outputFile
}.onFailure {
logger.error("Unable to create CycloneDX report: ", it)
logger.error("Unable to create the CycloneDX '$fileExtension' report: ", it)
}
}

Expand Down

0 comments on commit 262d966

Please sign in to comment.