Skip to content

Commit 873bdcd

Browse files
committed
actuall run cosign tree
1 parent bbb25b9 commit 873bdcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rhtap/summary.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ function showTree() {
2828
find $1 | sed -e "s/[^-][^\/]*\// ├─/g" -e "s/|\([^ ]\)/|─\1/"
2929
}
3030
function cosignTree() {
31-
URL=$1
31+
$=$1
3232
image_registry="${URL/\/*/}"
3333
# If the repo is not publicly accessible we need to authenticate so ec can access it
3434
prepare-registry-user-pass $image_registry
3535
echo "cosign login to registry $image_registry"
3636
cosign login --username="$IMAGE_REGISTRY_USER" --password="$IMAGE_REGISTRY_PASSWORD" $image_registry
37+
cosign tree $URL
3738
}
3839

3940

0 commit comments

Comments
 (0)