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 41d33de commit bb892ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ echo "current working directory: " $pwd
ls -lsah
$sbomgen $artifact_type $artifact_path_arg $artifact_path $prog --scan-sbom -o sbom.json
chmod o+r sbom.json
chmod -R o+rx /github/home/.inspector-sbomgen/logs/
ls -lsah /github/home/.inspector-sbomgen/logs/
chmod -R o+rx /github/home/.inspector-sbomgen/
ls -lsahR /github/home/.inspector-sbomgen/

0 comments on commit bb892ab

Please sign in to comment.