From bce5a0ca6a21d070a58bc22685ae5572ffe9c03c Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 8 Sep 2025 20:05:46 -0700 Subject: [PATCH] improving jas --- .github/workflows/ci-pipeline.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 561b226b8..fc2084155 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -60,12 +60,6 @@ jobs: - name: Configure Maven to resolve via Artifactory run: jf mvnc --global --repo-resolve-releases jesseh-maven-dev-virtual/ --repo-resolve-snapshots jesseh-maven-dev-virtual/ - ################################################# - # 5) SAST/SCA (on-demand audit; not tied to the build) - ################################################# - ################################################# - # 5) SAST/SCA (Associated with a JFrog Project) - ################################################# ################################################# # 5) SAST/SCA (Associated with an Xray Watch) ################################################# @@ -75,7 +69,7 @@ jobs: run: | jf audit \ --watches=jesseh-security \ - --fail=false + --fail=true ################################################# # 6) Build with Maven (attached to build via env)