GitHub Action
Common Build Integration Documentation
This documentation is specific to GitHub. Common build server documentation should be reviewed before proceeding further.
Environment Variables
Environment variable values can be found in your user profile.
THREATRIX_OID - Your organization ID.
THREATRIX_EID - Your entityID (if you wish to override your default).
THREATRIX_API_KEY - Personal or organization API key.
Install Environment Variables as Secrets
This step may require administrative privileges within GitHub
From within Github, navigate to Organization -> Settings -> Secrest and variables
Select "Actions" from the menu
Click New organization secret button
Set secret name as shown above in Environment Variables
From the Repository access drop down, select either "Private Repositories" or "Selected repositories"
Click "Add secret"
Add Threat Agent to your GitHub Action script as follows:
Last updated