Skip to content

Commit 07750ae

Browse files
committed
Fixes text formatting
1 parent 0f823d3 commit 07750ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-augmented-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
VERSION: ${{ inputs.release_version || '1.42.2' }}
9090
AUGMENTED_SBOM_TEXT: " - See Augmented SBOM manifests (CycloneDX in JSON format):
9191
\n - This file has been provided along with this report under the name 'linux_amd64_augmented_sbom_v${{ inputs.release_version || '1.42.2' }}.json'
92-
\n - Please note that this file was generated on ${{ env.date }} and may not reflect the latest security information of all third party dependencies."
92+
\n - Please note that this file was generated on ${{ env.date }} and may not reflect the latest security information of all third party dependencies.\n"
9393
run: ./build/package/gen-ssdlc-report.sh
9494
- name: Upload augmented SBOM as artifact
9595
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)