From 447f6d34e0aa95f71b790176f3a2c23d3c4111d6 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Tue, 9 Sep 2025 11:11:45 -0700 Subject: [PATCH] test --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 0bbfe2146..be7ea7d57 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -56,7 +56,7 @@ jobs: # "Shift-left" scan for fast feedback on source code and dependencies - name: Run JFrog SAST & SCA Audit run: | - jf audit --sast --fail=false + jf audit --sast --fail=true # This is your original, working login action. It correctly handles the full URL. - name: Login to JFrog Docker Registry