fix: Remove check for specific branches for signing (#114)
This commit is contained in:
parent
e6f97d4258
commit
de49037330
7 changed files with 68 additions and 97 deletions
|
|
@ -72,6 +72,8 @@ secureblue-base:
|
|||
RUN rm -fr /test
|
||||
GIT CLONE https://github.com/secureblue/secureblue.git /test
|
||||
|
||||
DO +GEN_KEYPAIR
|
||||
|
||||
test-base:
|
||||
ARG NIGHTLY=false
|
||||
|
||||
|
|
@ -82,6 +84,10 @@ test-base:
|
|||
WORKDIR /test
|
||||
COPY ./test-repo /test
|
||||
|
||||
DO +GEN_KEYPAIR
|
||||
|
||||
GEN_KEYPAIR:
|
||||
FUNCTION
|
||||
# Setup a cosign key pair
|
||||
RUN echo -n "\n\n" | cosign generate-key-pair
|
||||
ENV COSIGN_PRIVATE_KEY=$(cat cosign.key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue