File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ if [ "${AUGMENTED_REPORT}" = "true" ]; then
32
32
target_dir=" ."
33
33
file_name=" ssdlc-compliance-${VERSION} -${DATE} .md"
34
34
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."
37
37
38
38
else # If not augmented, generate the standard report
39
39
target_dir=" compliance/v${VERSION} "
You can’t perform that action at this time.
0 commit comments