Skip to content

Commit

Permalink
Merge pull request #124 from intelops/mahendraintelops-patch-1
Browse files Browse the repository at this point in the history
Update ui-ci.yml
  • Loading branch information
mahendraintelops authored Jun 1, 2023
2 parents af756dd + 15f62d6 commit 8c14355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-slow: true
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'
sarif_file: 'trivy-results.sarif'

0 comments on commit 8c14355

Please sign in to comment.