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

Fix Sarif report for multiple results #57

Merged
merged 2 commits into from
Feb 19, 2022
Merged

Conversation

adangel
Copy link
Member

@adangel adangel commented Feb 17, 2022

Each PMD rule violation should be reported in a separate result. This adds a fix to modify the sarif report after PMD has created it and before processing it further.

Fixes #53

Each PMD rule violation should be reported
in a separate result. This adds a fix
to modify the sarif report afterwards
before processing it further.

Fixes pmd#53
@adangel adangel added this to the next milestone Feb 17, 2022
@adangel adangel merged commit 008044d into pmd:main Feb 19, 2022
@adangel adangel deleted the issue-53-sarif-fix branch February 19, 2022 16:35
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

Successfully merging this pull request may close these issues.

Code scanning doesn't contain all violations from PMD
1 participant