ataylorme / eslint-annotate-action

A GitHub action that takes ESLint results from a JSON file and adds them as annotated pull request comments
MIT License
88 stars 32 forks source link

Update Dependencies to Support GHE #43

Closed huntharo closed 1 year ago

huntharo commented 2 years ago

Problem

GHE (GitHub Enterprise) would result in:

Changes

npm i Vulnerability Report

Before

image

After

image
ataylorme commented 2 years ago

@huntharo I've made similar updates in a v2 refactor #44. Can you test ataylorme/eslint-annotate-action@v2?

huntharo commented 2 years ago

Yes I will try that soon.