Skip to content

Commit 64b0bc4

Browse files
committed
fix report name
1 parent 07750ae commit 64b0bc4

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
@@ -33,11 +33,11 @@ export AUTHOR
3333
export VERSION
3434

3535
target_dir="."
36-
file_name="ssdlc-compliance-${VERSION}.md"
36+
file_name="ssdlc-compliance-${VERSION}-${DATE}.md"
3737

3838
if [ -z "${AUGMENTED_SBOM_TEXT:-}" ]; then
3939
target_dir="compliance/v${VERSION}"
40-
file_name="ssdlc-compliance-${VERSION}-${DATE}.md"
40+
file_name="ssdlc-compliance-${VERSION}.md"
4141
# Ensure AtlasCLI version directory exists
4242
mkdir -p "${target_dir}"
4343
fi

0 commit comments

Comments
 (0)