Skip to content

Commit

Permalink
Updated artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya-sinha_atko committed Oct 28, 2024
1 parent db0ce31 commit c438b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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 }}
Expand Down

0 comments on commit c438b17

Please sign in to comment.