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 bb892ab commit 496e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/
chmod -R 777 /github/home/.inspector-sbomgen/
ls -lsahR /github/home/.inspector-sbomgen/

0 comments on commit 496e69f

Please sign in to comment.