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'