Skip to content

Commit e14283d

Browse files
committed
Add xslt to alpine uploader
Signed-off-by: Bob Weinand <[email protected]>
1 parent 7b994d9 commit e14283d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab/generate-appsec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
after_script:
126126
- mkdir -p "${CI_PROJECT_DIR}/artifacts"
127127
- find appsec/tests/integration/build/test-results -name "*.xml" -exec cp --parents '{}' "${CI_PROJECT_DIR}/artifacts/" \;
128-
- .gitlab/upload-junit-to-datadog.sh "test.source.file:appsec"
128+
- .gitlab/upload-junit-to-datadog.sh "test.source.file:appsec/"
129129
artifacts:
130130
reports:
131131
junit: "artifacts/**/test-results/**/TEST-*.xml"

.gitlab/upload-junit-to-datadog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if command -v apk &> /dev/null; then
4141
# Alpine Linux
4242
is_alpine=true
4343
echo "Using apk package manager..."
44-
apk add --no-cache curl jq nodejs npm unzip || {
44+
apk add --no-cache curl jq libxslt nodejs npm unzip || {
4545
echo "Warning: Failed to install dependencies. Skipping JUnit upload." >&2
4646
exit 0
4747
}

0 commit comments

Comments
 (0)