From 137ca7ebf9ec687e0c0b7be6d26f8a7b6652ffd2 Mon Sep 17 00:00:00 2001 From: Michael Long Date: Mon, 19 Feb 2024 13:16:10 -0500 Subject: [PATCH] modify file upload --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c770088..5819151 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,7 +35,7 @@ prefix="sboms/inspector-scan-sbom_" #out_file+="_" dtg=$(date +"%Y-%m-%d_%H-%M-%S") job=$(echo $GITHUB_RUN_ID) -out_file=$prefix_$job_$dtg.json +out_file="$prefix_$job_$dtg.json" echo "Out file $out_file" $sbomgen $artifact_type $artifact_path_arg $artifact_path $prog --scan-sbom -o $out_file