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 914b7e3 commit 6248932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ echo "Out file $out_file"
$sbomgen $artifact_type $artifact_path_arg $artifact_path $prog --scan-sbom -o $out_file

# move the logs and give needed permissions for the uploader
mkdir logs
mv /github/home/.inspector-sbomgen/logs/*.txt logs/$job-log-$dtg.txt
chmod -R o+r logs
chmod -R o+r $sbom_dir
ls -lsah logs

0 comments on commit 6248932

Please sign in to comment.