diff --git a/README.md b/README.md index b6217a9a72..412d348645 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ STATISTICS: CLOUD: -auth configure projectdiscovery cloud (pdcp) api key (default true) + -tid, -team-id string upload scan results to given team id (optional) (default "none") -cup, -cloud-upload upload scan results to pdcp dashboard -sid, -scan-id string upload scan results to existing scan id (optional) -sname, -scan-name string scan name to set (optional) diff --git a/pkg/catalog/config/constants.go b/pkg/catalog/config/constants.go index 8aa6beedfe..cd0e5673c7 100644 --- a/pkg/catalog/config/constants.go +++ b/pkg/catalog/config/constants.go @@ -31,7 +31,7 @@ const ( CLIConfigFileName = "config.yaml" ReportingConfigFilename = "reporting-config.yaml" // Version is the current version of nuclei - Version = `v3.3.0` + Version = `v3.3.1` // Directory Names of custom templates CustomS3TemplatesDirName = "s3" CustomGitHubTemplatesDirName = "github"