From 436100ff5fc09ea35966134c4d123381e8174582 Mon Sep 17 00:00:00 2001
From: Snehil Kishore <snehil.kishore@okta.com>
Date: Fri, 18 Oct 2024 16:03:48 +0530
Subject: [PATCH] Indentation Correction

---
 .github/workflows/rl-scanner.yml | 34 ++++++++++++++++----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml
index 4dea72d0..15584ed0 100644
--- a/.github/workflows/rl-scanner.yml
+++ b/.github/workflows/rl-scanner.yml
@@ -66,20 +66,20 @@ jobs:
           pip install rl-wrapper --index-url $WRAPPER_INDEX_URL
 
        - name: Run Reversing Labs Wrapper Scanner
-        env:
-          RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
-          RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
-          SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }}
-          WRAPPER_INDEX_URL: "https://${{ secrets.PRODSEC_TOOLS_USER }}:${{ secrets.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
-          PYTHONUNBUFFERED: 1
-        run: |
-          pip install rl-wrapper --index-url "$WRAPPER_INDEX_URL" && \
-          rl-wrapper \
-            --artifact "${{ steps.output_build_artifact.outputs.scanfile }}" \
-            --version "${{ steps.get_version.outputs.version }}" \
-            --name "${{ github.event.repository.name }}" \
-            --repository "${{ github.repository }}" \
-            --commit "${{ github.sha }}" \
-            --build-env "github_actions" \
-            --suppress_output
-        continue-on-error: true
\ No newline at end of file
+          env:
+            RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
+            RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
+            SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }}
+            WRAPPER_INDEX_URL: "https://${{ secrets.PRODSEC_TOOLS_USER }}:${{ secrets.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
+            PYTHONUNBUFFERED: 1
+          run: |
+            pip install rl-wrapper --index-url "$WRAPPER_INDEX_URL" && \
+            rl-wrapper \
+              --artifact "${{ steps.output_build_artifact.outputs.scanfile }}" \
+              --version "${{ steps.get_version.outputs.version }}" \
+              --name "${{ github.event.repository.name }}" \
+              --repository "${{ github.repository }}" \
+              --commit "${{ github.sha }}" \
+              --build-env "github_actions" \
+              --suppress_output
+          continue-on-error: true
\ No newline at end of file