File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 311311 "github.com/elastic/go-grok" : " Apache-2.0" ,
312312 "github.com/elastic/go-sysinfo" : " Apache-2.0" ,
313313 "github.com/elastic/go-windows" : " Apache-2.0" ,
314+ "github.com/elastic/lunes" : " Apache-2.0" ,
315+ "github.com/elliotchance/orderedmap/v3" : " MIT" ,
316+ "github.com/emicklei/go-restful" : " MIT" ,
317+ "github.com/emicklei/go-restful/v3" : " MIT" ,
318+ "github.com/emirpasic/gods" : " BSD-2-Clause" ,
314319 "github.com/felixge/httpsnoop" : " MIT" ,
315320 "github.com/GaijinEntertainment/go-exhaustruct/v3" : " MIT" ,
316321 "github.com/go-faster/city" : " MIT" ,
Original file line number Diff line number Diff line change 540540 run sanitize_inputs
541541 echo " $output "
542542 [ " $status " -eq 0 ]
543- [[ " $output " == " test-org/test-repo " ]]
543+ [[ " $output " == * " Input sanitization completed successfully " * ]]
544544}
545545
546546# Test 12: sanitize_inputs processes Mend email correctly
555555 run sanitize_inputs
556556 echo " $output "
557557 [ " $status " -eq 0 ]
558- [[ " $output " == * " Sanitized MEND_EMAIL: test@example.com " * ]]
558+ [[ " $output " == * " Input sanitization completed successfully " * ]]
559559}
560560
561561# Test 13: sanitize_inputs processes S3 bucket correctly
564564
565565 run sanitize_inputs
566566 [ " $status " -eq 0 ]
567- [[ " $output " == * " Sanitized S3_BUCKET: my-test-bucket " * ]]
567+ [[ " $output " == * " Input sanitization completed successfully " * ]]
568568}
569569
570570# Test 14: sanitize_inputs validates SBOM_SOURCE enum
You can’t perform that action at this time.
0 commit comments