From fc9c942c1a8f594e894b589f9bfc5e4e6b4ed30c Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Mon, 27 Jul 2026 14:02:20 +0300 Subject: [PATCH] bump: oasdiff v1.26.1 Picks up the fix for GHSA-m3wq-w7x2-4q6m, where a git revision beginning with '-' could be parsed by git as an option. Co-Authored-By: Claude Opus 5 (1M context) --- breaking/Dockerfile | 2 +- changelog/Dockerfile | 2 +- diff/Dockerfile | 2 +- pr-comment/Dockerfile | 2 +- validate/Dockerfile | 2 +- verify/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/breaking/Dockerfile b/breaking/Dockerfile index 8257257..f2e0395 100644 --- a/breaking/Dockerfile +++ b/breaking/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.26.0 +FROM tufin/oasdiff:v1.26.1 RUN apk add --no-cache curl jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/changelog/Dockerfile b/changelog/Dockerfile index 8257257..f2e0395 100644 --- a/changelog/Dockerfile +++ b/changelog/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.26.0 +FROM tufin/oasdiff:v1.26.1 RUN apk add --no-cache curl jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/diff/Dockerfile b/diff/Dockerfile index 2e9d7bc..c6cd01d 100644 --- a/diff/Dockerfile +++ b/diff/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.26.0 +FROM tufin/oasdiff:v1.26.1 ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/pr-comment/Dockerfile b/pr-comment/Dockerfile index 8257257..f2e0395 100644 --- a/pr-comment/Dockerfile +++ b/pr-comment/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.26.0 +FROM tufin/oasdiff:v1.26.1 RUN apk add --no-cache curl jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/validate/Dockerfile b/validate/Dockerfile index 2e9d7bc..c6cd01d 100644 --- a/validate/Dockerfile +++ b/validate/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.26.0 +FROM tufin/oasdiff:v1.26.1 ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/verify/Dockerfile b/verify/Dockerfile index 8257257..f2e0395 100644 --- a/verify/Dockerfile +++ b/verify/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.26.0 +FROM tufin/oasdiff:v1.26.1 RUN apk add --no-cache curl jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh