From b72ec86193fc165a40c3ac710f65615ef1b971d1 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Thu, 24 Oct 2024 17:06:12 +0530 Subject: [PATCH] Removed not required flow --- .github/actions/rl-scanner/action.yml | 8 -------- .github/workflows/rl-secure.yml | 3 --- 2 files changed, 11 deletions(-) diff --git a/.github/actions/rl-scanner/action.yml b/.github/actions/rl-scanner/action.yml index 25f38722..a7df48fc 100644 --- a/.github/actions/rl-scanner/action.yml +++ b/.github/actions/rl-scanner/action.yml @@ -40,14 +40,6 @@ runs: run: | pip install rl-wrapper>=1.0.0 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple" - - name: File listing - shell: bash - run: ls -la - - - name: Print PWD - shell: bash - run: pwd - - name: Run RL Scanner shell: bash env: diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 5f6151cf..c7953db1 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -45,9 +45,6 @@ jobs: run: | tar -czvf ${{ inputs.artifact-name }} * - - name: Verify artifact creation - run: ls -la - - id: get_version uses: ./.github/actions/get-version