pxc-docker-tests integrated job: arm and amd - #4034
Open
panchal-yash wants to merge 4 commits into
Open
Conversation
panchal-yash
requested review from
a team,
kaushikpuneet07,
mchawla16 and
mohitj1988
as code owners
May 7, 2026 12:02
EvgeniyPatlan
requested changes
May 11, 2026
Comment on lines
+81
to
+88
| fi | ||
| echo "Detected architecture: \$ARCH, using Trivy for Linux-\$ARCH_NAME" | ||
| wget https://github.com/aquasecurity/trivy/releases/download/v\${TRIVY_VERSION}/trivy_\${TRIVY_VERSION}_Linux-\${ARCH_NAME}.tar.gz | ||
| echo "\${TRIVY_CHECKSUM} trivy_\${TRIVY_VERSION}_Linux-\${ARCH_NAME}.tar.gz" | sha256sum -c - | ||
| sudo tar zxvf trivy_\${TRIVY_VERSION}_Linux-\${ARCH_NAME}.tar.gz -C /usr/local/bin/ | ||
| wget https://raw.githubusercontent.com/aquasecurity/trivy/v\${TRIVY_VERSION}/contrib/junit.tpl | ||
| /usr/local/bin/trivy -q image --format template --template @junit.tpl -o trivy-hight-junit-arm.xml \ | ||
| --timeout 10m0s --ignore-unfixed --exit-code 1 --severity HIGH,CRITICAL ${DOCKER_ACC}/${DOCKER_PRODUCT}:${DOCKER_TAG} || true |
Collaborator
There was a problem hiding this comment.
we have a shared library in jenkins that keep trivy installation the same for all jenkins jobs. So please use it
panchal-yash
force-pushed
the
pxc-docker-tests-addition
branch
from
June 26, 2026 05:16
4da9fd8 to
51aa523
Compare
EvgeniyPatlan
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.