diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 91062ce7..36ab6355 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -60,12 +60,6 @@ jobs: --output /scan-results/trivy-${{ inputs.variant }}-image-scan.sarif \ ${{ env.IMAGE_NAME }}:test-${{ inputs.variant }} - - name: Show report - if: always() - run: | - sudo chown -R $USER:$USER scan-results - sed -i 's|\\\\n|\\n|g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif - - name: Upload Trivy scan results to GitHub Security uses: github/codeql-action/upload-sarif@v3.23.2 if: always()