From 2c4ee1e32ce4eae9cf9510f5bbf9f50b3263d1d8 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Mon, 9 Sep 2024 17:40:19 +0530 Subject: [PATCH] Update location --- .github/workflows/rl-scanner.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 8fc512d7..8b892d7b 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -42,11 +42,6 @@ jobs: - name: List build/libs contents run: ls -la build/libs - - name: Output build artifact - id: output_build_artifact - run: | - echo "scanfile=$(ls build/libs/auth0-*-SNAPSHOT.jar)" >> $GITHUB_OUTPUT - - name: Set up Python uses: actions/setup-python@v4 with: @@ -64,7 +59,7 @@ jobs: SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }} run: | python scripts/rl-wrapper.py \ - --artifact "${{ steps.output_build_artifact.outputs.scanfile }}" \ + --artifact "build/libs" \ --name "${{ github.event.repository.name }}" \ --version "${{ steps.get_version.outputs.version }}" \ --repository "${{ github.repository }}" \