Dmitry Kolomiets

Results 8 issues of Dmitry Kolomiets

Fixes #21 Provide support for GitHub Enterprise environments (make use of GITHUB_API_URL env variable)

The action does not use the value from [GITHUB_EVENT_PATH](https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables) env variable, always trying to load the event file from `/github/workflow/event.json`. **Expected behavior** `GITHUB_EVENT_PATH` is respected, if provided. If omitted, default...

Currently there is no easy way to get access to read-only endpoint of the cluster. It would be helpful to introduce another output variable to provide access to this endpoint.

In order to minimize visual noise in the report, would you consider combining the rule id and the help link to generate the following (note that ruleId is a link):...

Status: Proposal

To make the report a bit move "visual", would you consider supporting an option to use severity icons, instead of uppercase severity text, i.e instead of this: ![image](https://user-images.githubusercontent.com/55797411/183107158-c47da35f-c170-4925-b744-36568dc2fd68.png) the report...

Status: Proposal

Fixes #50 Refactored the original implementation a bit to reduce code duplication in `createGroupedResultsMarkdown` and `createGroupedSuppressedResultsMarkdown`

`defaultConfiguration` is optional [according to the spec](https://docs.oasis-open.org/sarif/sarif/v2.1.0/csprd01/sarif-v2.1.0-csprd01.html#_Toc10541288). Some security tools generate the reports without this property - [tfsec](https://github.com/aquasecurity/tfsec) example: ```json { "id": "aws-cloudwatch-log-group-customer-key", "shortDescription": { "text": "CloudWatch log groups should...