Skip to content

Commit a2a1a60

Browse files
committed
Fix
1 parent 7218e2f commit a2a1a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/package/gen-ssdlc-report.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ if [ "${AUGMENTED_REPORT}" = "true" ]; then
3232
target_dir="."
3333
file_name="ssdlc-compliance-${VERSION}-${DATE}.md"
3434
SBOM_TEXT=" - See Augmented SBOM manifests (CycloneDX in JSON format):
35-
- This file has been provided along with this report under the name 'linux_amd64_augmented_sbom_v${{ inputs.release_version }}.json'
36-
- Please note that this file was generated on ${{ env.date }} and may not reflect the latest security information of all third party dependencies."
35+
- This file has been provided along with this report under the name 'linux_amd64_augmented_sbom_v${VERSION}.json'
36+
- Please note that this file was generated on ${DATE} and may not reflect the latest security information of all third party dependencies."
3737

3838
else # If not augmented, generate the standard report
3939
target_dir="compliance/v${VERSION}"

0 commit comments

Comments
 (0)