We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd38a56 commit 9b524a0Copy full SHA for 9b524a0
.github/workflows/scans.yml
@@ -83,11 +83,19 @@ jobs:
83
output: main_container_trivy_report.txt
84
skip-dirs: /workspace/simics
85
86
+ - name: Run Trivy vulnerability scanner on repo
87
+ uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # master
88
+ with:
89
+ scan-type: fs
90
+ output: repo_scan_trivy_report.txt
91
+
92
- name: Upload Trivy Report
93
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
94
with:
- path: main_container_trivy_report.txt
- name: main_container_trivy_report
95
+ path: |
96
+ main_container_trivy_report.txt
97
+ repo_scan_trivy_report.txt
98
+ name: trivy_report
99
100
scan_x86_64_breakpoint_uefi_edk2_container:
101
runs-on: ubuntu-latest
0 commit comments