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

Add IRunner interface #362

Closed
mairadanielaferrari opened this issue Aug 25, 2021 · 0 comments · Fixed by #361
Closed

Add IRunner interface #362

mairadanielaferrari opened this issue Aug 25, 2021 · 0 comments · Fixed by #361
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mairadanielaferrari
Copy link
Contributor

Add IRunner interface containing the following methods.

    public IList<ScanResult> Run(string analysisPath, DateTime asOf);
    public IList<ScanResult> Run(string analysisPath);

Make Runner class to implement it.

@mfcorgi mfcorgi self-assigned this Aug 25, 2021
@mfcorgi mfcorgi linked a pull request Aug 25, 2021 that will close this issue
@mrbiggred mrbiggred added this to the v0.4.0 milestone Sep 27, 2021
@mrbiggred mrbiggred added the enhancement New feature or request label Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants