From 882babf87e8ef6e0fd2b88f626762d57c3ec5bc5 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Thu, 27 Mar 2025 13:42:52 -0700 Subject: [PATCH] jenmkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f8f3c7f93..03693eedc 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} xr scan --build="${JFROG_CLI_BUILD_NAME}" ${JFROG_CLI_BUILD_NUMBER} \ + ${JF} xr build-scan ${JFROG_CLI_BUILD_NAME} ${JFROG_CLI_BUILD_NUMBER} \ --fail-on-severity=High """ }