npm-audit-action icon indicating copy to clipboard operation
npm-audit-action copied to clipboard

Delete PR comments when additional commit resolved security issue

Open oke-py opened this issue 5 years ago • 1 comments

What would you like to be added: Action triggered by PR creates a comment if npm audit found vulnerabilities. When additional commit resolves the problem, the comment should be removed. It's similar to the prow behavior.

Why is this needed: Remaining comments might be misleading.

oke-py avatar Dec 13 '19 06:12 oke-py

It might be nicer to update the comment to make it expandable (collapsed) and add a line outside of that which states that the vulnerabilities have been addressed (optionally with a link to the commit that solved them).

Splaktar avatar Jan 18 '21 19:01 Splaktar