File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ STATISTICS:
311311
312312CLOUD:
313313 -auth configure projectdiscovery cloud (pdcp) api key (default true)
314+ -tid, -team-id string upload scan results to given team id (optional) (default "none")
314315 -cup, -cloud-upload upload scan results to pdcp dashboard
315316 -sid, -scan-id string upload scan results to existing scan id (optional)
316317 -sname, -scan-name string scan name to set (optional)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const (
3131 CLIConfigFileName = "config.yaml"
3232 ReportingConfigFilename = "reporting-config.yaml"
3333 // Version is the current version of nuclei
34- Version = `v3.3.0 `
34+ Version = `v3.3.1 `
3535 // Directory Names of custom templates
3636 CustomS3TemplatesDirName = "s3"
3737 CustomGitHubTemplatesDirName = "github"
You can’t perform that action at this time.
0 commit comments