File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -676,11 +676,12 @@ func TestAuditJasCycloneDx(t *testing.T) {
676676 Format : format .CycloneDx ,
677677 })
678678 validations .VerifyCycloneDxResults (t , output , validations.ValidationParams {
679+ ExactResultsMatch : true ,
679680 Total : & validations.TotalCount {Vulnerabilities : 6 , BomComponents : 6 },
680681 SbomComponents : & validations.SbomCount {Direct : 2 , Transitive : 4 },
681682 Vulnerabilities : & validations.VulnerabilityCount {
682683 ValidateScan : & validations.ScanCount {Sca : 3 , Sast : 2 , Secrets : 1 },
683- ValidateApplicabilityStatus : & validations.ApplicabilityStatusCount {NotCovered : 2 , NotApplicable : 1 },
684+ ValidateApplicabilityStatus : & validations.ApplicabilityStatusCount {NotCovered : 1 , NotApplicable : 1 },
684685 },
685686 })
686687}
You can’t perform that action at this time.
0 commit comments