-
Couldn't load subscription status.
- Fork 1.8k
Closed
Labels
Description
When uploading a Trivy report via the UI the service field set by the parser gets overwritten with '""' because it was not specified in the UI.
This is important because the service field is taken into account always for deduplication.
Possible solutions:
- Implement a similar mechanism as for
activeandverifiedto let the user choose to overwrite (clear) theservicefield or use the default from the parser? - If left empty, always use the value from the parser.
- Alternative: Do not allow parsers to set the
servicefield. But there's possibly value in case of scan reports that contain multiple services.