From 7eedd1b1810fafa6d3aa1659d98e47e297bfad21 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Tue, 26 Aug 2025 11:55:18 -0700 Subject: [PATCH] reverting --- .github/workflows/ci-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 1840ca991..fdf013ee4 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -64,6 +64,9 @@ jobs: - name: configure maven run: jf mvnc --global --repo-resolve-releases jesseh-maven-dev-virtual/ --repo-resolve-snapshots jesseh-maven-dev-virtual/ # This sets up JFrog CLI to resolve dependencies from Artifactory + + - name: JFrog Audit (SAST & SCA) + run: jf audit ################################################# # 7) Build project using JFrog CLI with Maven