Skip to content

Commit

Permalink
Pin OASDIff Docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Feb 3, 2025
1 parent 6e54895 commit 2bb5015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
temp_after_name="${filename}_after.json"
git show $COMMIT_HASH:$file > $temp_after_name
docker run -v "$(pwd):/specs" --rm -t tufin/oasdiff diff \
docker run -v "$(pwd):/specs" --rm -t tufin/oasdiff:v1.10.27 diff \
-f markup \
/specs/$temp_before_name \
/specs/$temp_after_name \
Expand Down

0 comments on commit 2bb5015

Please sign in to comment.