Skip to content

Commit 8f6a84c

Browse files
fix: use absolute artifact path for RL scanner (#88)
* chore: add push trigger to debug RL scanner secrets * chore: trigger RL scanner debug run-1 * chore: trigger RL scanner debug run-2 * fix: use absolute artifact path for RL scanner * chore: trigger RL scanner debug run-3 * chore: revert debug changes, keep artifact-path fix * fix: add dependency on rl-scanner for PyPI job
1 parent 5cb9128 commit 8f6a84c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: auth0/devsecops-tooling/.github/actions/rl-scan@main
4545
with:
4646
artifact-name: "auth0-fastapi-api"
47-
artifact-path: "auth0-fastapi-api.tgz"
47+
artifact-path: "${{ github.workspace }}/auth0-fastapi-api.tgz"
4848
version: ${{ steps.get_version.outputs.version }}
4949
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
5050
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
@@ -59,7 +59,7 @@ jobs:
5959
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
6060
name: "PyPI"
6161
runs-on: ubuntu-latest
62-
# needs: rl-scanner
62+
needs: rl-scanner
6363
environment: release
6464

6565
steps:

0 commit comments

Comments
 (0)