This is the CLI version of case uploader for Quan C Secure Programming Application. To use this script you need to setup your GitHub Personal Access Token. Make sure your GitHub Account registered as admin in Quan C databases.
- Go to your GitHub Account
- Navigate to Settings > Developer Settings > Personal Access Token > Tokens (classic) > Generate new token.
- Select the necessary scopes, such as:
read:user (required to access user details)
- Generate and copy the token.
- Use the Token in the Authorization Header.
The token should be sent as Bearer <your-token> in the Authorization Header.
Example script can be seen in the sample_command.sh file