From bd6391edf9818b108e901718a185e793985caef8 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Wed, 27 Aug 2025 16:54:37 -0700 Subject: [PATCH] ci workflow --- .github/workflows/ci-pipeline.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 78a445545..e2a705662 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -116,8 +116,13 @@ jobs: ################################################# - name: Publish Build Info run: | - jfrog rt build-collect-env # Collect environment variables - jfrog rt build-add-dependencies . # Add dependencies found in the current directory - jfrog rt build-add-git # Add Git commit information - jfrog rt build-publish "jesseh-spring-petclinic" "${{ github.run_id }}" + jf rt build-collect-env "jesseh-spring-petclinic" "${{ github.run_id }}" + jf rt build-add-dependencies . "jesseh-spring-petclinic" "${{ github.run_id }}" + jf rt build-add-git "jesseh-spring-petclinic" "${{ github.run_id }}" + jf rt build-publish "jesseh-spring-petclinic" "${{ github.run_id }}" + + - name: Xray build scan + run: jf bs "jesseh-spring-petclinic" "${{ github.run_id }}" --vuln + + # Publishes build metadata (dependencies, artifacts, environment) to JFrog \ No newline at end of file