Skip to content

Commit

Permalink
cleanup console output
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Feb 19, 2024
1 parent 2edc97a commit e669a26
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 @@ -25,6 +25,6 @@ else
echo "invalid artifact provided"
fi

echo "current working directory: $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

0 comments on commit e669a26

Please sign in to comment.