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)