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
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
The text was updated successfully, but these errors were encountered:
Issue
The following command part of the README.md file - see
List CVE
is not correct as the paremeter-r
don't exist anymoreIMPORTANT: Is it possible to document which user/pwd should be used and which application the
List CVE
service is calling.The text was updated successfully, but these errors were encountered: