yahoo / GitHub-Security-Alerts-Workflow

Automation to Incorporate GitHub Security Alerts Into your Business Workflow
Apache License 2.0
23 stars 18 forks source link

The usage in the README incorrect #8

Open ericwb opened 4 years ago

ericwb commented 4 years ago

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]

shahmanthan1209 commented 3 years ago

May I know what will be the value of vulnerabilities_issue_created_track_path?