ayala-orca

Results 2 issues of ayala-orca

When running the following commands ``` mkdir test touch "test/my#file.tf" docker run -t -v $PWD:/path checkmarx/kics scan -p "/path/test/my#file.tf" ``` Kics output is showing the following error: ``` Scanning with...

bug
community

The `createWebhookForWorkspace` method in the library does not allow providing a body parameter, which is required to configure a webhook. According to the [Bitbucket API documentation](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-hooks-post), the request must include...