Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
simao-silva committed Feb 1, 2024
1 parent a2e575f commit d01d1c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: always()
Expand Down

0 comments on commit d01d1c1

Please sign in to comment.