GitHub-Security-Alerts-Workflow
GitHub-Security-Alerts-Workflow copied to clipboard
The usage in the README incorrect
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]
May I know what will be the value of vulnerabilities_issue_created_track_path?