diff --git a/.gitignore b/.gitignore index 74662a69a..6cb1cb5df 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ roles __pycache__ .odo .vscode +.gradle +target/ # Rego policy/ diff --git a/jenkins-agents/jenkins-agent-cosign/Dockerfile b/jenkins-agents/jenkins-agent-cosign/Dockerfile index d4de8956f..9f4975214 100644 --- a/jenkins-agents/jenkins-agent-cosign/Dockerfile +++ b/jenkins-agents/jenkins-agent-cosign/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/openshift/origin-jenkins-agent-base:4.9 USER root -ARG COSIGN_VERSION=1.7.2 +ARG COSIGN_VERSION=2.0.2 # Install cosign RUN curl -sL -o /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign-linux-amd64 && \