File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23@sha256:ca0c7
6
6
7
7
WORKDIR /build
8
8
9
- COPY . .
9
+ COPY ./tools .
10
10
11
11
ENV GOBIN=/usr/local/bin/
12
12
13
13
RUN \
14
- cd tools/ yq && \
14
+ cd yq && \
15
15
go install -trimpath --mod=readonly github.com/mikefarah/yq/v4 && \
16
16
yq --version
17
17
18
18
RUN \
19
- cd tools/ syft && \
19
+ cd syft && \
20
20
go install -trimpath --mod=readonly github.com/anchore/syft/cmd/syft && \
21
21
syft version
22
22
Original file line number Diff line number Diff line change @@ -79,7 +79,9 @@ function report() {
79
79
80
80
function report-json() {
81
81
echo " Running $TASK_NAME :report-json"
82
+ echo " EC_EYECATCHER_BEGIN"
82
83
cat " $HOMEDIR /report-json.json"
84
+ echo " EC_EYECATCHER_END"
83
85
}
84
86
85
87
function summary() {
You can’t perform that action at this time.
0 commit comments