Thomas Kishel
Thomas Kishel
**Describe the issue** Given that the default branch name has changed from `master` to `main`: https://github.com/github/renaming Should the default for `--branch` be changed as well? https://github.com/bridgecrewio/checkov/blob/master/checkov/main.py#L347
**Is your feature request related to a problem? Please describe.** Authentication for control and status actions in `Puma::App::Status` is implemented via the same `control-token` option, while the security requirements related...
The screen capture for the SaaS edition of Compute includes Port 8083 in the Address for our Jenkins plugin. Port 8083 is specific to our On-Premise edition. https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/continuous_integration/jenkins_plugin.html And this,...
## To Reproduce Using the Azure Python SDK, this succeeds locally, but fails in CloudShell: ``` from azure.mgmt.containerregistry import ContainerRegistryManagementClient azure_credential = DefaultAzureCredential() azure_base_url = AZURE_PUBLIC_CLOUD.endpoints.resource_manager azure_credential_scopes = [AZURE_PUBLIC_CLOUD.endpoints.resource_manager +...