Skip to content

Commit

Permalink
Disabling RL scanning for the release (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Oct 31, 2024
2 parents 9a7f886 + af50c7c commit 9e28b45
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ permissions:
### TODO: Also remove `java-release` workflow from this repo's .github/workflows folder once the repo is public.

jobs:
rl-scanner:
uses: ./.github/workflows/rl-scanner.yml
with:
java-version: 8.0.402-zulu
artifact-name: 'auth0-release.aar'
secrets:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }}
PRODSEC_TOOLS_USER: ${{ secrets.PRODSEC_TOOLS_USER }}
PRODSEC_TOOLS_TOKEN: ${{ secrets.PRODSEC_TOOLS_TOKEN }}
PRODSEC_TOOLS_ARN: ${{ secrets.PRODSEC_TOOLS_ARN }}
# rl-scanner:
# uses: ./.github/workflows/rl-scanner.yml
# with:
# java-version: 8.0.402-zulu
# artifact-name: 'auth0-release.aar'
# secrets:
# RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
# RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
# SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }}
# PRODSEC_TOOLS_USER: ${{ secrets.PRODSEC_TOOLS_USER }}
# PRODSEC_TOOLS_TOKEN: ${{ secrets.PRODSEC_TOOLS_TOKEN }}
# PRODSEC_TOOLS_ARN: ${{ secrets.PRODSEC_TOOLS_ARN }}

release:
uses: ./.github/workflows/java-release.yml
needs: rl-scanner
# needs: rl-scanner
with:
java-version: 8.0.402-zulu
secrets:
Expand Down

0 comments on commit 9e28b45

Please sign in to comment.