File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ teardown_test_package() {
751751}
752752
753753list_all_directories () {
754- find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -v - E ' aws$|zeek|network_traffic|amazon_security_lake|aws_bedrock|aws_logs|canva|cisco_umbrella|crowdstrike|imperva_cloud_waf|sentinel_one_cloud_funnel|sublime_security|symantec_endpoint_security|trellix_edr_cloud'
754+ find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -E ' aws$|zeek|network_traffic|amazon_security_lake|aws_bedrock|aws_logs|canva|cisco_umbrella|crowdstrike|imperva_cloud_waf|sentinel_one_cloud_funnel|sublime_security|symantec_endpoint_security|trellix_edr_cloud'
755755}
756756
757757check_package () {
You can’t perform that action at this time.
0 commit comments