Skip to content

Commit

Permalink
modify file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Feb 19, 2024
1 parent ac96593 commit 575d128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ prefix="sboms/inspector-scan-sbom_"
#out_file+=echo $GITHUB_RUN_ID
#out_file+="_"
dtg=$(date +"%Y-%m-%d_%H-%M-%S")
out_file=$prefix$dtg.json
job=$(echo $GITHUB_RUN_ID)
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
Expand Down

0 comments on commit 575d128

Please sign in to comment.