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 }}