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 2a16a8a commit 189ce95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: |
/tmp/.inspector-sbomgen/
logs
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +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
mv /github/home/.inspector-sbomgen /tmp/
chmod -R 777 /tmp/.inspector-sbomgen/
ls -lsahR /tmp/.inspector-sbomgen/
mv /github/home/.inspector-sbomgen/logs ./
chmod -R 777 logs
ls -lsahR logs

0 comments on commit 189ce95

Please sign in to comment.