Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide integration with Cake.Issues #55

Open
pascalberger opened this issue Feb 1, 2023 · 0 comments
Open

Provide integration with Cake.Issues #55

pascalberger opened this issue Feb 1, 2023 · 0 comments

Comments

@pascalberger
Copy link
Member

pascalberger commented Feb 1, 2023

Cake Issues (https://cakeissues.net/) is a set of addins for Cake to work with analyzer and linter results, create reports or report the results back as pull request annotations. It has a modular architecture supporting different issue providers (https://cakeissues.net/docs/fundamentals/architecture), which all then can be used together with reporting and pull request integration addins.

It would be nice if there would be an issue provider for Cake Dotnet Vulnerability scanner, which would report an issue for every vulnerability it found together with the file and line information in the csproj.

Since an issue provider would need a dependency on Cake.Issues addin it would make sense to have this integration in a separate Cake.Issues.VulnerabilityScanner addin, implementing the issue provider (see https://cakeissues.net/docs/extending/issue-provider/overview for details), but could make sense to have its code living also in this repository and using the same lifecycle as the addin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant