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 90a8637 commit b80d529
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ mkdir sboms
timestamp=$(date +"%Y-%m-%d_%H-%M-%S")
workflowid=$GITHUB_RUN_ID
out_file="sboms/inspector-scan-sbom_"
out_file+=$workflowid
out_file+=_
out_file+=$timestamp
out_file+=.json
out_file+="$workflowid"
out_file+="_"
out_file+="$timestamp"
out_file+=".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 b80d529

Please sign in to comment.