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 5b94988 commit 911a75a
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 @@ -32,8 +32,8 @@ $sbomgen $artifact_type $artifact_path_arg $artifact_path $prog --scan-sbom -o s

# give other users read perms so we can upload the sbom file as an Actions artifact
mkdir sboms
chmod -R o+r sboms
mv sbom.json sboms
chmod -R o+r sboms

# move the logs and give needed permissions for the uploader
mv /github/home/.inspector-sbomgen/logs ./
Expand Down

0 comments on commit 911a75a

Please sign in to comment.