File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,19 @@ function appstudio-summary() {
24
24
25
25
}
26
26
# missing tree command
27
- function showTree() {
27
+ function showTree() {
28
28
find $1 | sed -e " s/[^-][^\/]*\// ├─/g" -e " s/|\([^ ]\)/|─\1/"
29
29
}
30
- function cosignTree() {
30
+ function cosignTree() {
31
31
URL=$1
32
32
image_registry=" ${URL/ \/ */ } "
33
33
# If the repo is not publicly accessible we need to authenticate so ec can access it
34
34
prepare-registry-user-pass $image_registry
35
35
echo " cosign login to registry $image_registry "
36
36
cosign login --username=" $IMAGE_REGISTRY_USER " --password=" $IMAGE_REGISTRY_PASSWORD " $image_registry
37
- cosign tree $URL
37
+ cosign tree $URL
38
38
}
39
39
40
-
41
40
# Task Steps
42
41
appstudio-summary
43
42
showTree $BASE_RESULTS
You can’t perform that action at this time.
0 commit comments