From d50fcbe69b5b17c90f622562855ca7632a969629 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Fri, 28 Jun 2024 17:44:21 +0530 Subject: [PATCH] Fix Scanner output --- .github/workflows/rl-secure.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 83b027cfe..9bd1a2343 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -48,10 +48,3 @@ jobs: run: | echo "The status is: '${{ steps.scan.outputs.status }}'" echo "The description is: '${{ steps.scan.outputs.description }}'" - - - name: Show analysis report - if: success() || failure() - shell: bash - run: | - ls -la - ls -l 'My_Report_Dir'