From 7b9eb5dda174b7ef08959dcc5a9f6909cf794266 Mon Sep 17 00:00:00 2001 From: JasonPowr <20076537@mail.wit.ie> Date: Thu, 19 Oct 2023 15:11:06 +0100 Subject: [PATCH] update unit test task paths --- .tekton/timestamp-authority-pull-request.yaml | 2 +- .tekton/timestamp-authority-push.yaml | 2 +- .tekton/tsa-unit-test.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/timestamp-authority-pull-request.yaml b/.tekton/timestamp-authority-pull-request.yaml index 54ce1da9..fdee3ae7 100644 --- a/.tekton/timestamp-authority-pull-request.yaml +++ b/.tekton/timestamp-authority-pull-request.yaml @@ -379,7 +379,7 @@ spec: - name: name value: go-unit-test - name: bundle - value: quay.io/securesign/tsa-unit-test@sha256:032d9bf967a0da0d34d7303006c894bf69fddb186d1b9e7a00b286fee22bd91e + value: quay.io/securesign/tsa-unit-test@sha256:8a1900ca9afdf161004f5f1b21cbca4ba063445c578d4aff63a7d067016fc2a8 - name: kind value: task resolver: bundles diff --git a/.tekton/timestamp-authority-push.yaml b/.tekton/timestamp-authority-push.yaml index f4f90d50..244b2044 100644 --- a/.tekton/timestamp-authority-push.yaml +++ b/.tekton/timestamp-authority-push.yaml @@ -376,7 +376,7 @@ spec: - name: name value: go-unit-test - name: bundle - value: quay.io/securesign/tsa-unit-test@sha256:032d9bf967a0da0d34d7303006c894bf69fddb186d1b9e7a00b286fee22bd91e + value: quay.io/securesign/tsa-unit-test@sha256:8a1900ca9afdf161004f5f1b21cbca4ba063445c578d4aff63a7d067016fc2a8 - name: kind value: task resolver: bundles diff --git a/.tekton/tsa-unit-test.yaml b/.tekton/tsa-unit-test.yaml index 5f8b29bf..1030ab92 100644 --- a/.tekton/tsa-unit-test.yaml +++ b/.tekton/tsa-unit-test.yaml @@ -9,8 +9,8 @@ spec: - name: source steps: - name: run-tests - image: registry.access.redhat.com/ubi9/go-toolset@sha256:e91cbbd0b659498d029dd43e050c8a009c403146bfba22cbebca8bcd0ee7925f - workingDir: $(workspaces.source.path) + image: registry.access.redhat.com/ubi9/go-toolset@sha256:7e49e105a854749d67e5e02fb4069b48bd50445098c780b7f808cc351dee2589 + workingDir: $(workspaces.source.path)/source script: | #!/usr/bin/env sh git config --global --add safe.directory /workspace/source