Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
chore(cosign): use version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Apr 27, 2023
1 parent 0eb63b8 commit f48066a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
VERSION: v0.11
IMAGE_NAME: ghcr.io/${{ github.repository }}
COSIGN_VERSION: v1.13.1
COSIGN_VERSION: v2.0.2
SYFT_VERSION: v0.44.1
GO_RELEASER_VERSION: v1.11.2
GRADLE_VERSION: 7.5.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY --from=builder /src/salsa-sample.yaml .salsa.yaml
RUN chmod +x /usr/local/bin/salsa

# Verify and install Cosign
ARG COSIGN_VERSION=v1.13.1
ARG COSIGN_VERSION=v2.0.2
ENV COSIGN_BINARY=cosign-linux-amd64
ENV COSIGN_CHECKSUM=cosign_checksums.txt
ENV COSIGN_PUBLIC_KEY=release-cosign.pub
Expand Down

0 comments on commit f48066a

Please sign in to comment.