[Settings] # Email report recipients email_to='user1@domain.com', 'user2@domain.com' # Burp Custom Certificate in PKCS12 Format burp_certificate='domain.com.p12' # If encrypt_all_creds='On', put the encrypted burp_certificate_password burp_certificate_password='' burp_template='api-custom-cert.burpoptions' include_url='https://include.url1, https://include.url2' exclude_url='https://exclude.url1, https://exclude.url2' # Use application previous scan Burp file: Yes or No use_app_burp_file='Yes' # Repository Type # GCR for Google Container Registry # JFR for JFrog # LOCAL for Local Copy or Imported Image with local tag repository_type='gcr' # Google Cloud Service Account to Pull Images gcr_service_account='user@odsp-management.iam.gserviceaccount.com' # Put the Key File in Secrets Folder gcr_service_account_key='user@odsp-management.json' # JFrog Service Account to Pull Images jfr_service_account='user@domain.com' # Put the Key File in Secrets Folder jfr_service_account_key='user@domain.com.json' jfr_server='server.jfrog.io' # Docker override docker_volume='-v WSDir:/app/test/secrets/' docker_entrypoint='--entrypoint node' docker_entrypoint_script='test/smoke-test/smoke-tests.js' docker_app_credential='smoke-tests-environ.json' docker_app_crt='' docker_app_pfx=''