This Azure Extension enables you to automatically upload your app versions to Oversecured for security scanning. An extension user must have an active Integration.
Inputs
access_token: Required. Your Oversecured API key
integration_id: Required. The integration ID from Oversecured
branch_name: Optional. The branch name, main is default
app_path: Required. The path to the app file you wish to upload
Usage
Store your Oversecured API key as a secret in your Azure repository. Navigate to your Azure repository, go to the Pipelines tab, pick the pipeline, select Edit and then Variables, and click the + (New variable) button. Name the secret OVERSECURED_API_KEY, paste your key and pick Keep this value secret.