Skip to content

Commit

Permalink
🦒 cosign 2.0.2 🦒 (#598)
Browse files Browse the repository at this point in the history
* 🦕 update cosign v2.0.2 🦕

* 🦕 add .gradle 🦕

* 🦕 add target/ 🦕
  • Loading branch information
eformat authored May 9, 2023
1 parent 543b150 commit 3b7372c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ roles
__pycache__
.odo
.vscode
.gradle
target/

# Rego
policy/
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-cosign/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 3b7372c

Please sign in to comment.