Skip to content

Commit

Permalink
Update trivy-repo-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theslash84 authored Mar 23, 2024
1 parent 0ac104f commit 4f96c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-repo-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
vuln-type: 'os,library'
severity: 'HIGH,CRITICAL'
output: 'trivy-report.txt'
input: '.'


- name: Display Trivy Scan Report
run: cat trivy-report.txt || echo "Trivy report is empty or not found."
Expand Down

0 comments on commit 4f96c86

Please sign in to comment.