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 496e69f commit 2a16a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
with:
name: sbom
path: |
/github/home/.inspector-sbomgen/logs/*.txt
/tmp/.inspector-sbomgen/
5 changes: 3 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ 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 777 /github/home/.inspector-sbomgen/
ls -lsahR /github/home/.inspector-sbomgen/
mv /github/home/.inspector-sbomgen /tmp/
chmod -R 777 /tmp/.inspector-sbomgen/
ls -lsahR /tmp/.inspector-sbomgen/

0 comments on commit 2a16a8a

Please sign in to comment.