From c438b17e7b7067033f5b75d7db530bea181e7899 Mon Sep 17 00:00:00 2001 From: tanya-sinha_atko <“sinha.tanya26@gmail.com”> Date: Mon, 28 Oct 2024 20:55:43 +0530 Subject: [PATCH] Updated artifact path --- .github/workflows/release.yml | 2 +- .github/workflows/rl-secure.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4174f8f..0694ef1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: ./.github/workflows/rl-secure.yml with: java-version: 8.0.382-tem - artifact-name: 'mvc-auth-commons-1.11.0-SNAPSHOT.jar' + ###artifact-name: 'mvc-auth-commons-1.11.0-SNAPSHOT.jar' secrets: RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }} RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }} diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 3e25355..771250d 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -52,7 +52,7 @@ jobs: - name: Output build artifact id: output_build_artifact run: | - echo "scanfile=$(pwd)/build/libs/auth0-${{ steps.get_version.outputs.version }}.jar" >> $GITHUB_OUTPUT + echo "scanfile=$(pwd)/build/libs/mvc-auth-commons-${{ steps.get_version.outputs.version }}.jar" >> $GITHUB_OUTPUT - name: Use scanfile run: echo "The scanfile is ${{ steps.output_build_artifact.outputs.scanfile }}" @@ -61,8 +61,8 @@ jobs: id: rl-scan-conclusion uses: ./.github/actions/rl-scanner with: - artifact-path: "$(pwd)/build/libs/mvc-auth-commons-0.0.1-SNAPSHOT.jar" - version: '${version}' + artifact-path: "$(pwd)/build/libs/mvc-auth-commons-${{ steps.get_version.outputs.version }}.jar" + version: "${{ steps.get_version.outputs.version }}" env: RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }} RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}