Skip to content

Commit fe94b53

Browse files
authored
Merge pull request #128 from lcarva/RHTAP-4019
Add eyecatchers for the EC report
2 parents 0aaf1a3 + aeb5d2c commit fe94b53

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23@sha256:ca0c7
66

77
WORKDIR /build
88

9-
COPY . .
9+
COPY ./tools .
1010

1111
ENV GOBIN=/usr/local/bin/
1212

1313
RUN \
14-
cd tools/yq && \
14+
cd yq && \
1515
go install -trimpath --mod=readonly github.com/mikefarah/yq/v4 && \
1616
yq --version
1717

1818
RUN \
19-
cd tools/syft && \
19+
cd syft && \
2020
go install -trimpath --mod=readonly github.com/anchore/syft/cmd/syft && \
2121
syft version
2222

rhtap/verify-enterprise-contract.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ function report() {
7979

8080
function report-json() {
8181
echo "Running $TASK_NAME:report-json"
82+
echo "EC_EYECATCHER_BEGIN"
8283
cat "$HOMEDIR/report-json.json"
84+
echo "EC_EYECATCHER_END"
8385
}
8486

8587
function summary() {

0 commit comments

Comments
 (0)