From 2d25d6eec7714956389181c8d0b08988d746f7b2 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Tue, 9 Sep 2025 11:05:49 -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 2ff34b1df..0bbfe2146 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 --fail=false --watches=jesseh-security + jf audit --sast --fail=false # This is your original, working login action. It correctly handles the full URL. - name: Login to JFrog Docker Registry