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 5845dc3 commit efcc134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
with:
name: sbom
path: |
/github/home/.inspector-sbomgen/logs/
/github/home/.inspector-sbomgen/logs
sbom.json
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ pwd=$(eval pwd)
echo "current working directory: " $pwd
$sbomgen $artifact_type $artifact_path_arg $artifact_path $prog --scan-sbom -o sbom.json
chmod o+r sbom.json
ls -lsah /github/home/.inspector-sbomgen/logs/

0 comments on commit efcc134

Please sign in to comment.