-
-
Notifications
You must be signed in to change notification settings - Fork 598
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
Separate policy evaluation into its own task #2523
Conversation
205f6d1
to
72e121c
Compare
src/main/java/org/dependencytrack/tasks/repositories/MavenMetaAnalyzer.java
Outdated
Show resolved
Hide resolved
6e25283
to
287d042
Compare
src/main/java/org/dependencytrack/persistence/ComponentQueryManager.java
Outdated
Show resolved
Hide resolved
287d042
to
8dbd84f
Compare
src/main/java/org/dependencytrack/event/PolicyEvaluationEvent.java
Outdated
Show resolved
Hide resolved
src/main/java/org/dependencytrack/tasks/BomUploadProcessingTask.java
Outdated
Show resolved
Hide resolved
src/main/java/org/dependencytrack/tasks/PolicyEvaluationTask.java
Outdated
Show resolved
Hide resolved
src/main/java/org/dependencytrack/tasks/VulnerabilityAnalysisTask.java
Outdated
Show resolved
Hide resolved
9ee4073
to
cc2c69a
Compare
735f14a
to
1897740
Compare
@walterdeboer I only now realized that the new event is not registered in |
Signed-off-by: Florian Heubeck <[email protected]> Signed-off-by: Walter de Boer <[email protected]>
Signed-off-by: Walter de Boer <[email protected]>
Signed-off-by: Walter de Boer <[email protected]>
Signed-off-by: Walter de Boer <[email protected]>
25b7b07
to
60e72c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @walterdeboer!
Description
Separate policy evaluation into its own task
Addressed Issue
closes #2423
Additional Details
I've chained the VulnerabilityAnalysisEvent and the RepositoryMetaEvent as both are needed for example when evaluating an VersionDistancePolicyEvaluator (#2528 )
N.B. no new tests added. I assume it's covered in excisting tests as there is no logical change? Will check on this...
Checklist