Skip to content

Commit

Permalink
fix pwd printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Feb 19, 2024
1 parent e669a26 commit 1c9890c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ else
echo "invalid artifact provided"
fi

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

0 comments on commit 1c9890c

Please sign in to comment.