We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 894fe31 + ceddff5 commit 5843881Copy full SHA for 5843881
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [1.0.2] - 2023-12-01
10
+### Changed
11
+- use saxon image from ipdxco
12
+
13
## [1.0.1] - 2023-03-14
14
### Added
15
- support for providing multiple files as input
gotest-json-to-junit-xml
@@ -4,4 +4,4 @@ json="$(mktemp -p .)"
4
jq -ns 'inputs' "$1" > "$json"
5
trap "rm $json" EXIT
-docker run --rm -v "$(pwd):/workspace" -w "/workspace" ghcr.io/pl-strflt/saxon:v1 -json:"$json" -xsl:/etc/gotest.xsl -o:"$2"
+docker run --rm -v "$(pwd):/workspace" -w "/workspace" ghcr.io/ipdxco/saxon:v1 -json:"$json" -xsl:/etc/gotest.xsl -o:"$2"
0 commit comments