From eacbf67a8c4187f5053eebc1d66e12e01ed658c1 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 31 Oct 2024 13:07:00 +0530 Subject: [PATCH] removed testing changes --- .github/workflows/release.yml | 5 +---- .github/workflows/rl-secure.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07c00d2..1bf6448 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,6 @@ on: types: - closed workflow_dispatch: - push: - branches: - - 'add-rl-scanner' permissions: contents: write @@ -24,7 +21,7 @@ jobs: uses: ./.github/workflows/rl-secure.yml with: java-version: 8 - artifact-name: 'jwks-rsa.jar' + artifact-name: "jwks-rsa-java.tgz" 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 156c719..82119a3 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -25,7 +25,7 @@ on: jobs: checkout-build-scan-only: - ### if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/')) + if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/')) runs-on: ubuntu-latest outputs: scan-status: ${{ steps.rl-scan-conclusion.outcome }}