From 8d7e062a2f6cd4e27ce151fe45eb0e3ae514525d Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Thu, 27 Mar 2025 13:30:27 -0700 Subject: [PATCH] jenmkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 429a26eea..f8f3c7f93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { // Scan the build you just deployed using Xray // Fail the build if there's a severity of "High" or above sh """ - ${JF} xray scan --build="${JFROG_CLI_BUILD_NAME}" ${JFROG_CLI_BUILD_NUMBER} \ + ${JF} xr scan --build="${JFROG_CLI_BUILD_NAME}" ${JFROG_CLI_BUILD_NUMBER} \ --fail-on-severity=High """ }