fix: Remove check for specific branches for signing (#114)

This commit is contained in:
Gerald Pinder 2024-03-05 09:18:43 -05:00 committed by GitHub
parent e6f97d4258
commit de49037330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 68 additions and 97 deletions

View file

@ -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)