Closed avi-08 closed 1 year ago
Merging #4631 (bd90723) into main (bb07e03) will increase coverage by
24.94%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #4631 +/- ##
===========================================
+ Coverage 49.77% 74.72% +24.94%
===========================================
Files 453 21 -432
Lines 45424 1199 -44225
===========================================
- Hits 22612 896 -21716
+ Misses 20652 252 -20400
+ Partials 2160 51 -2109
What this PR does / why we need it
The github action for trivy was configured to use a config file
.trivy.yaml
for its execution. The latest release of the github action when used with config file, generates an empty sarif file which leads to error in the upload reports step. A workaround for this issue is to pass the required config as arguments directly to the github action. The only exception here being the debug flag which is not supported as an argument in the action.Which issue(s) this PR fixes
Fixes #4632
Describe testing done for PR
CVE scan passes successfully for this PR.
Release note
Additional information
Special notes for your reviewer