Skip to content

Commit

Permalink
Enable Docker scan result upload on PR (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jun 14, 2021
1 parent 7033119 commit 4329a86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: 'trivy-results-${{ matrix.image }}.sarif'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
- name: Upload Scan Results
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4329a86

Please sign in to comment.