You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: hooks/declarative-subsequent-scans/hook.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ function generateCascadingScanName(
113
113
letnamePrefix=parentScan.metadata.name;
114
114
115
115
// 🧙 If the Parent Scan start with its scanType we'll replace it with the ScanType of the CascadingScan
116
+
// Otherwise scans like nmap-network would have cascading scans like nmap-network-nikto-http-12345 which would be confusing as it is not clear from the name anymore which scanType is actually used.
0 commit comments