From d9928f41312bd879a3700269e7c427712e049d8d Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Tue, 9 Sep 2025 11:23:57 -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 be7ea7d57..472e340e2 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=true + jf audit --sast --fail=true --watches "jesseh-security" # This is your original, working login action. It correctly handles the full URL. - name: Login to JFrog Docker Registry