Skip to content

fix: pin oasdiff Docker image to v1.13.5 instead of floating :stable tag#89

Merged
reuvenharrison merged 1 commit intooasdiff:mainfrom
lucasloisp:pin-oasdiff-docker-image
Apr 11, 2026
Merged

fix: pin oasdiff Docker image to v1.13.5 instead of floating :stable tag#89
reuvenharrison merged 1 commit intooasdiff:mainfrom
lucasloisp:pin-oasdiff-docker-image

Conversation

@lucasloisp
Copy link
Copy Markdown
Contributor

Summary

  • Pins FROM tufin/oasdiff:stable to FROM tufin/oasdiff:v1.13.5 in all four Dockerfiles (breaking/, changelog/, diff/, pr-comment/)
  • Improves reproducibility: pinning the action commit now also pins the oasdiff CLI version
  • Reduces supply chain risk: floating :stable tag could be updated or compromised without any visible change in the consumer's lockfile

Closes #88

Pinning to a specific version improves reproducibility and reduces
supply chain risk. Consumers who pin the action to a commit hash now
get fully deterministic builds.

Closes oasdiff#88
@lucasloisp
Copy link
Copy Markdown
Contributor Author

@reuvenharrison Ready for your review per #88.

@reuvenharrison reuvenharrison merged commit 7ad936e into oasdiff:main Apr 11, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin oasdiff Docker image to specific version instead of floating :stable tag

2 participants