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