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