-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue
The following command part of the README.md file - see List CVE is not correct as the paremeter -r don't exist anymore
IMPORTANT: Is it possible to document which user/pwd should be used and which application the List CVE service is calling.
java -jar target/issues-manager-$(xpath -q -e "/project/version/text()" pom.xml)-runner.jar \
-u JBOSS_JIRA_USER \
-p JBOSS_JIRA_PWD \
list-cves \
-r \
-o github_token \
2.2.10
Usage: issue-manager list-cves [-g] [-o=<token>] -p=<password> -u=<user>
[--url=<jiraServerURI>] [-w=<watchers>[,
<watchers>...]]... [<version>]
List CVEs for the specified release or, if not specified, unresolved CVEs
[<version>] Release for which to retrieve the CVEs, e.g. 2.2.10
-g, --publish Publish the CVE list to github
-o, --token=<token> Github API token. Required if --publish is enabled
-p, --password=<password>
JIRA password
-u, --user=<user> JIRA user
--url=<jiraServerURI>
URL of the JIRA server
Default: https://issues.redhat.com/
-w, --watchers=<watchers>[,<watchers>...]
Comma-separated list of user names to add to watchers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request