Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __tests__/sigstore/sigstore.test.itg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const maybe = runTest ? describe : describe.skip;
const maybeIdToken = runTest && process.env.ACTIONS_ID_TOKEN_REQUEST_URL ? describe : describe.skip;

const imageName = 'ghcr.io/docker/actions-toolkit-test';
const currentCosignVersion = 'v3.1.1';
const currentCosignVersion = 'v3.1.2';
const signAttestationCosignVersions = ['v3.0.2', 'v3.0.6', currentCosignVersion] as const;
const installedCosign = new Map<string, Promise<string>>();

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG BUILDX_VERSION=0.35.0
ARG COMPOSE_VERSION=5.3.1
ARG UNDOCK_VERSION=0.14.0
ARG REGCTL_VERSION=v0.11.5
ARG COSIGN_VERSION=v3.1.1
ARG COSIGN_VERSION=v3.1.2

FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git
Expand Down
Loading