We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb25b9 commit 873bdcdCopy full SHA for 873bdcd
rhtap/summary.sh
@@ -28,12 +28,13 @@ function showTree() {
28
find $1 | sed -e "s/[^-][^\/]*\// ├─/g" -e "s/|\([^ ]\)/|─\1/"
29
}
30
function cosignTree() {
31
- URL=$1
+ $=$1
32
image_registry="${URL/\/*/}"
33
# If the repo is not publicly accessible we need to authenticate so ec can access it
34
prepare-registry-user-pass $image_registry
35
echo "cosign login to registry $image_registry"
36
cosign login --username="$IMAGE_REGISTRY_USER" --password="$IMAGE_REGISTRY_PASSWORD" $image_registry
37
+ cosign tree $URL
38
39
40
0 commit comments