Skip to content

Commit

Permalink
chore: Comment 'Upload Trivy scan results to Github Security tab'
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarogbonlo committed Jul 11, 2023
1 parent 504a2a8 commit 6f25f55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-parachain-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
output: 'zeitgeist-node-parachain-report.sarif'
severity: 'HIGH,CRITICAL'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
if: always()
with:
sarif_file: 'zeitgeist-node-parachain-report.sarif'
# - name: Upload Trivy scan results to GitHub Security tab
# uses: github/codeql-action/upload-sarif@v2
# if: always()
# with:
# sarif_file: 'zeitgeist-node-parachain-report.sarif'
10 changes: 5 additions & 5 deletions .github/workflows/docker-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
output: 'zetgeist-node-report.sarif'
severity: 'HIGH,CRITICAL'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
if: always()
with:
sarif_file: 'zeitgeist-node-report.sarif'
# - name: Upload Trivy scan results to GitHub Security tab
# uses: github/codeql-action/upload-sarif@v2
# if: always()
# with:
# sarif_file: 'zeitgeist-node-report.sarif'

0 comments on commit 6f25f55

Please sign in to comment.