GitHub-Security-Alerts-Workflow icon indicating copy to clipboard operation
GitHub-Security-Alerts-Workflow copied to clipboard

The usage in the README incorrect

Open ericwb opened this issue 5 years ago • 1 comments

The README states:

Use the following command to run this script:

`python3 graph_ql.py graph_ql_authorization_key jira_authorization_key jira_url jira_project_key`

However, the code requires an additional arg as indicated in arguments.py

vulnerabilities_issue_created_track_path = sys.argv[5]

ericwb avatar Oct 14 '20 16:10 ericwb

May I know what will be the value of vulnerabilities_issue_created_track_path?

shahmanthan1209 avatar Apr 26 '21 14:04 shahmanthan1209